[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 02:52:52 PDT 2025
================
@@ -0,0 +1,8 @@
+# REQUIRES: aarch64-registered-target
----------------
lakshayk-nv wrote:
I originally named it `err_skip_illegal_Instruction.s` to indicate it's a test case for error skipping behavior, but you're right that `skip_unsupported_instructions.s` would be more accurate since these instructions are unsupported rather than illegal. I will push required changes.
Btw, Can you weigh in for checking other skipped errors (`isPseudo`, `isReturn` etc.).
Does it make sense to check them also in this testfile, (just for completeness) ?
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list