Bjorn Pettersson
|
ac696ac453
|
Use opt -passes=<name> instead of opt -name
Updated the RUN line in several test cases to use the new PM syntax
opt -passes=<pipeline>
instead of the deprecated syntax
opt -pass1 -pass2
|
2022-11-08 12:15:42 +01:00 |
|
Chris Bieneman
|
383e754072
|
NFC. Require DirectX backend for these tests
Should have added this when I added the test directory. This just
requires the DirectX target for running these tests.
|
2022-08-03 15:55:03 -05:00 |
|
Chris Bieneman
|
ee4d815008
|
[DX] Remove IntrNoMem from create handle intrinsic
The create handle intrinsic calls can't be removed, so it was incorrect
to mark them as IntrNoMem.
|
2022-08-02 16:57:22 -05:00 |
|