[PATCH] D47310: [AArch64][SVE] Asm: Support for ADD (immediate) instructions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 04:09:23 PDT 2018


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

LGTM.



================
Comment at: test/MC/AArch64/basic-a64-diagnostics.s:79
 // Out of range immediates: more than 12 bits
-        add w4, w5, #-4096
         add w5, w6, #0x1000
----------------
fhahn wrote:
> Why did this change?
Ah it's in the commit message.


https://reviews.llvm.org/D47310





More information about the llvm-commits mailing list