[PATCH] D130251: [DAGCombine] Mask doesn't have to be (EltSize - 1) exactly when combining rotation
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 09:31:58 PDT 2022
RKSimon added a comment.
In D130251#3680036 <https://reviews.llvm.org/D130251#3680036>, @mysterymath wrote:
> This seems to be hitting assertions when compiling BoringSSL:
> https://luci-milo.appspot.com/ui/p/fuchsia/builders/ci/clang_toolchain.ci.core.x64-release/b8807566603550542609/overview
>
> Haven't conclusively proven that it's this change, but it's the only one in the blamelist that could affect X86 ISel.
More likely its exposed something - demanded bits tends to do that. Any chance you can send us the IR file? Or even just the pre-processed source.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130251/new/
https://reviews.llvm.org/D130251
More information about the llvm-commits
mailing list