[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 03:31:26 PDT 2018


fhahn added inline comments.


================
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
----------------
Why did this change?


https://reviews.llvm.org/D47310





More information about the llvm-commits mailing list