search for: 678021e7

Displaying 2 results from an estimated 2 matches for "678021e7".

Did you mean: 678017
2012 Sep 13
0
[LLVMdev] teaching FileCheck to handle variations in order
...on changing the scheduler, but provided there are helpful comments for them, I suspect they're not going to have a hard time updating the test cases. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120913/678021e7/attachment.html>
2012 Sep 13
2
[LLVMdev] teaching FileCheck to handle variations in order
> Can you explain why you were unable to add a small unit test to the testsuite? This is the case I have. ****** r3 = memb(r1+#1) r4 = memb(r1+ #0) .. .. { p0 = r3 /* Should almost never emit this. */ p1 = r4 /* Should almost never emit this. */ .. .. p0 = or(p1, p0) ***** The CHECK tags I have are ; CHECK: [[IntReg0:r[0-9]+]]