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

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 23 14:00:39 PDT 2024


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

Is this test now a duplicate of `llvm/test/tools/llvm-mca/X86/BtVer2/unsupported-instruction.s`? Do we need it?

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


More information about the llvm-commits mailing list