[PATCH] D94776: [AArch64][SVE] Asm: Fix supported immediates for DUP/CPY

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 10:00:03 PST 2021


c-rhodes added inline comments.


================
Comment at: llvm/test/MC/AArch64/SVE/dup-diagnostics.s:26
 dup z0.b, #0, lsl #8      // #0, lsl #8 is not valid for .b
 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: immediate must be an integer in range [-128, 255]
 // CHECK-NEXT: dup z0.b, #0, lsl #8
----------------
Do we want to update the ranges in the diagnostics? `[-255, 255]` here for instance.


================
Comment at: llvm/test/MC/AArch64/SVE/mov.s:422
+// CHECK-UNKNOWN: e0 2f 50 05 <unknown>
+
 // --------------------------------------------------------------------------//
----------------
missing test for `.d`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94776/new/

https://reviews.llvm.org/D94776



More information about the llvm-commits mailing list