[llvm] [VPlan] Use VPWidenIntrinsicRecipe to support binary and unary operations with EVL-vectorization (PR #114205)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 20:28:17 PST 2025
lukel97 wrote:
> Are you using the train test ?
Yeah, the full ref run takes quite a long time on my banana pi f3 so I've just been using train for now :)
> How can I print the stack for failed test cases? (Currently, my local binary packages of clang are all debug versions. In theory, if there is a problem during runing, the stack will be printed.)
There isn't a stack trace because those failures are internal errors detected by the benchmark itself. I'm not sure how exactly it works under the hood in SPEC.
But for what its worth, 502.gcc_r and 525.x264_r are already failing with EVL tail folding on main today. Did the other benchmarks pass?
https://github.com/llvm/llvm-project/pull/114205
More information about the llvm-commits
mailing list