[PATCH] New SystemZ backend: LLVM code changes
Richard Sandiford
rsandifo at linux.vnet.ibm.com
Wed Apr 24 03:54:21 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
- {F7722, layout=link}
http://llvm-reviews.chandlerc.com/D669
More information about the llvm-commits
mailing list