[PATCH] New SystemZ backend: LLVM code changes

Richard Sandiford rsandifo at linux.vnet.ibm.com
Wed Apr 24 03:52:58 PDT 2013


Sean Silva <silvas at purdue.edu> writes:
> ================
> 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.

OK, here's the new version of the or-*.ll tests.  I'm a bit hesitant
to upload the whole thing again :-)

Richard

-------------- next part --------------
A non-text attachment was scrubbed...
Name: or-tests.diff
Type: text/x-patch
Size: 18089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130424/b028cf43/attachment.bin>


More information about the llvm-commits mailing list