[PATCH] D124091: [clang][AArch64][SVE] Implement conditional operator for SVE vectors
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 5 04:09:40 PDT 2022
DavidSpickett added a comment.
I think that this has caused assert failures on the VLS (fixed sized vector) SVE bot.
https://lab.llvm.org/buildbot/#/builders/176/builds/1632/steps/12/logs/stdio
Based on the other SVE change being in llvm and seeing Sema in the backtrace.
These issues are not on any of the other AArch64 bots or the vector length agnostic bot. I appreciate that I'm pulling your change out of a list of 80 without that much evidence so if it's clearly not the issue just let me know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124091/new/
https://reviews.llvm.org/D124091
More information about the cfe-commits
mailing list