Roman Lebedev
|
80e8f2beeb
|
[NFC] Port all (but one) LICM tests to -passes= syntax
|
2022-12-07 20:53:15 +03:00 |
|
Arthur Eubanks
|
f3a928e233
|
[opt] Don't translate legacy -analysis flag to require<analysis>
Tests relying on this should explicitly use -passes='require<analysis>,foo'.
|
2022-10-07 14:54:34 -07:00 |
|
Nikita Popov
|
07253bc8c0
|
[LICM] Convert tests to opaque pointers (NFC)
Using https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34.
The opaque pointer migration resolves the TODO on test_fence3: The
transform now works as expected by dint of the bitcast no longer
existing.
|
2022-10-05 16:47:53 +02:00 |
|
Nikita Popov
|
0339fcc728
|
[LICM] Extract debugify test (NFC)
Only one of the tests in the file wants to check debug info, so
move it into a separate file. This allows update_test_checks to
work.
|
2021-07-24 17:04:42 +02:00 |
|