[PATCH] D47619: [AArch64][SVE] Fix range for DUP immediates (16bit elts)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 03:29:23 PDT 2018


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

LGTM. AFAIK this is consistent with the interpretation of GAS too.



================
Comment at: test/MC/AArch64/SVE/mov.s:201
+// CHECK-UNKNOWN: 00 f0 78 25 <unknown>
 
 mov     z0.s, #-32769
----------------
Maybe also add a case with the maximum supported immediate 65280 ?


https://reviews.llvm.org/D47619





More information about the llvm-commits mailing list