[PATCH] D109368: [LV] Vectorize cases with larger number of RT checks, execute only if profitable.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 16:48:00 PDT 2022
paulwalker-arm added a comment.
Hi @fhahn, I believe this patch breaks the AArch64/SVE buildbots. You can see the affect on https://lab.llvm.org/buildbot/#/builders/197/builds/2185. It looks like we were unlucky with the buildbot run that actually contained your patch because this failed for what looks like a temporary CI issue, but all the runs after this point show functional regressions when running LNT. I've manually checked your commit and the one before yours to confirm this is when things start to fail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109368/new/
https://reviews.llvm.org/D109368
More information about the llvm-commits
mailing list