[PATCH] D32526: [LLVM][inline-asm] Altmacro absolute expression '%' feature

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 04:05:16 PDT 2017


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

Thanks! LGTM with the test change.



================
Comment at: MC/AsmParser/negativ_altmacro_expression.s:12
+# CHECK-NEXT: addl $%(1%4), %eax
+.macro inner_percent arg
+    addl $\arg, %eax
----------------
Better to move this test above `.altmacro` to make sure the default behaviour is `.noaltmacro`.


https://reviews.llvm.org/D32526





More information about the llvm-commits mailing list