[llvm] [llvm-mca] Add -skip-unsupported-instructions option (PR #89733)

Peter Waller via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 09:09:21 PDT 2024


================
@@ -0,0 +1,22 @@
+# RUN: llvm-mca -march=aarch64 -mcpu=neoverse-v2 -skip-unsupported-instructions %s |& FileCheck --check-prefix=CHECK-SKIP %s
----------------
peterwaller-arm wrote:

The previous version of the commit [cd801c3](https://github.com/llvm/llvm-project/commit/cd801c3b94bb7b2688d171c9fc97213118c34200) removed the x86 test, I intended to extend the original x86 test and remove the new test, which I've now done.

https://github.com/llvm/llvm-project/pull/89733


More information about the llvm-commits mailing list