[PATCH] New SystemZ backend: LLVM code changes

Sean Silva silvas at purdue.edu
Tue Apr 23 08:52:18 PDT 2013



================
Comment at: test/CodeGen/SystemZ/or-01.ll:6-8
@@ +5,5 @@
+; Check OR.
+define i32 @f1(i32 %a, i32 %b) {
+; CHECK: or %r2, %r3
+; CHECK: br %r14
+  %or = or i32 %a, %b
----------------
Please robustify these tests (and others) by checking for the name of the function.


http://llvm-reviews.chandlerc.com/D669



More information about the llvm-commits mailing list