[llvm] [llvm-exegesis] [AArch64] Resolving Illegal Instruction Error (PR #132346)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 02:31:44 PDT 2025
================
@@ -0,0 +1,8 @@
+# REQUIRES: aarch64-registered-target
----------------
sjoerdmeijer wrote:
Nitpick about the filename `err_skip_illegal_Instruction.s`: they are not illegal instructions per se, it's more that they are unsupported (at the moment), and also one word is capitalised and the other aren't so is a bit inconsistent. My suggestion would be `skip_unsupported_instructions.s` or something like that.
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list