[llvm] [llvm-exegesis] [AArch64] Resolving Illegal Instruction Error (PR #132346)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 04:46:10 PDT 2025


================
@@ -0,0 +1,8 @@
+REQUIRES: aarch64-registered-target
+
+## Check for skipping of illegal instruction errors (AUT and LDGM)
+RUN: llvm-exegesis -mcpu=neoverse-v2 -mode=latency --dump-object-to-disk=%d --min-instructions=1 --opcode-name=AUTIA --benchmark-phase=assemble-measured-code 2>&1
+CHECK: AUTIA: Unsupported opcode: isPointerAuth/isUncheckedAccess
+
+RUN: llvm-exegesis -mcpu=neoverse-v2 -mode=latency --dump-object-to-disk=%d --min-instructions=1 --opcode-name=LDGM --benchmark-phase=assemble-measured-code 2>&1
+CHECK: LDGM: Unsupported opcode: isPointerAuth/isUncheckedAccess
----------------
lakshayk-nv wrote:

Done.

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


More information about the llvm-commits mailing list