[llvm-commits] [llvm] r79648 - in /llvm/trunk: lib/Target/SystemZ/SystemZISelLowering.cpp lib/Target/SystemZ/SystemZISelLowering.h test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll
Chris Lattner
clattner at apple.com
Fri Aug 21 15:57:44 PDT 2009
On Aug 21, 2009, at 11:15 AM, Anton Korobeynikov wrote:
> Author: asl
> Date: Fri Aug 21 13:15:41 2009
> New Revision: 79648
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79648&view=rev
> Log:
> Handle 'r' inline asm constraint
Hi Anton,
Can you please cut the testcase down to one line with the relevant
asm? It would also be good to verify that the output of llc is what
you expect. If you plan to have more asm tests for systemz, it might
be better to just name it CodeGen/SystemZ/asm.ll and put all asm stuff
in it.
-Chris
More information about the llvm-commits
mailing list