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

Nice test. LGTM



================
Comment at: clang/test/Sema/arm-mve-immediates.c:182
+
+  vshrq(vb, 0); // expected-error {{argument value 0 is outside the valid 
range [1, 8]}}
+  vshrq(vb, 9); // expected-error {{argument value 9 is outside the valid 
range [1, 8]}}
----------------
This set is repeated from above?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72444



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to