[PATCH] D22103: [ARM] Skip inline asm memory operands in DAGToDAGISel

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 04:20:02 PDT 2016


rengolin added a comment.

Otherwise, LGTM. Thanks!


================
Comment at: test/CodeGen/ARM/inlineasm3.ll:128
@@ +127,3 @@
+define i32 @fn1() local_unnamed_addr nounwind {
+entry:
+  %0 = tail call i32 asm "ldrh  $0, $1", "=r,*Q"(i8* inttoptr (i32 5 to i8*)) nounwind
----------------
Can you add the CHECK lines that explicitly say what you expect to see?


http://reviews.llvm.org/D22103





More information about the llvm-commits mailing list