[LLVMdev] ARM asm printing syntax
Evan Cheng
evan.cheng at apple.com
Thu Jul 9 11:40:09 PDT 2009
Hi all,
Right now, we are using unified syntax for Thumb2 instructions and the
pre-unified syntax for everything else. This simply doesn't work when
we combine 16-bit Thumb1 instructions and 32-bit Thumb2 instructions.
I'd rather move forward and just switch everything to the unified
syntax.
Will that work? Is there a reason to support the old assembly syntax?
Evan
More information about the llvm-dev
mailing list