[PATCH] D17173: [X86] Update test cases that would be affected when X86FixupBWInsts is turned on.

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 09:11:43 PST 2016


spatel added a comment.

In http://reviews.llvm.org/D17173#351613, @kbsmith1 wrote:

>   Due to the inability to have MachineIR specific unit tests, this seems like a very reasonable way to continue to have existing unit tests work as expected. 


Kevin,
I don't know if this changes anything, but there is some support for checking MachineIR via the -stop-after and -start-before options to llc. I used it in the /test/CodeGen/X86/machine-combiner-int.ll regression test to verify that machine operands are dead. There are probably better examples in other regression tests.


http://reviews.llvm.org/D17173





More information about the llvm-commits mailing list