[PATCH] D50885: [AArch64][SVE] Asm: Add SVE System registers

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 02:32:34 PDT 2018


SjoerdMeijer added inline comments.


================
Comment at: test/MC/AArch64/basic-a64-diagnostics.s:3744
 // CHECK-ERROR-NEXT: error: expected writable system register or pstate
+// CHECK-ERROR-NEXT:         msr ID_AA64ZFR0_EL1, x12
+// CHECK-ERROR-NEXT:             ^
----------------
Do we need negative tests for the other system registers too when SVE is not enabled?


https://reviews.llvm.org/D50885





More information about the llvm-commits mailing list