[llvm] Reapply "[llvm-exegesis] Exclude loads/stores from aliasing instruction set" (#156735) (PR #159366)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 06:07:32 PDT 2025
boomanaiden154 wrote:
> Unrelated to llvm-objdump failing, I hammered the test with the first stage build on an AArch64 machine without SVE and sometimes (1 in a 1000 runs maybe) would fail with an error about operands:
Exegesis uses a random seed for generating operands, and it occasionally will trip a case that hasn't been properly handled. I think there are one or two other tests that need fixing because of this. That should be a separate issue from what you're observing with `llvm-objdump` crashing though.
https://github.com/llvm/llvm-project/pull/159366
More information about the llvm-commits
mailing list