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

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 10:24:49 PDT 2025


https://github.com/boomanaiden154 commented:

Does this compile if `LLVM_TARGETS_TO_BUILD` does not include `AArch64`? Not sure if the two headers included here have any tablegen transitive deps...

I think I would probably prefer if these functions were implemented in `AArch64/Target.cpp`. I don't think there's a hook that exists currently for that, but it shouldn't be hard to add and invoke inside `getIgnoredOpcodeReasonOrNull`.

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


More information about the llvm-commits mailing list