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

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 08:17:04 PDT 2017


rengolin added inline comments.


================
Comment at: MC/AsmParser/AltMacroExpression.s:65
+multi_args_macro %(1+4-5) 1 %2+1
+multi_args_macro %(1+4-5),1,%4%10
----------------
Can you add `.noaltmacro` and have some cases where it breaks?

This could be a separate file, so that you can add `// RUN: not ` instead.

Make sure you cover before `.altmacro` is set as well as after it's unset.


https://reviews.llvm.org/D32526





More information about the llvm-commits mailing list