[PATCH] D117457: [DAG] Extend SearchForAndLoads with any_extend handling
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 18 01:54:50 PST 2022
hans added a comment.
This is causing builds to fail with an assert:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:5638: bool (anonymous namespace)::DAGCombiner::BackwardsPropagateMask(llvm::SDNode *): Assertion `NewLoad && "Shouldn't be masking the load if it can't be narrowed"' failed.
See https://bugs.chromium.org/p/chromium/issues/detail?id=1288202#c1 for a reproducer.
I'll revert this until it can be fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117457/new/
https://reviews.llvm.org/D117457
More information about the llvm-commits
mailing list