We're making a recursive call here and everything in the function
assumes we're looking at scalars. This would be violated if we
looked through a bitcast from vectors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124015
[InstCombine] Don't look through bitcast from vector in collectInsertionElements. ClosedPublic Authored by craig.topper on Apr 19 2022, 10:28 AM.
Details Summary We're making a recursive call here and everything in the function
Diff Detail
Event Timelinecraig.topper added a parent revision: D124016: [InstCombine] Pre-commit test for D124015.Apr 19 2022, 10:30 AM This revision is now accepted and ready to land.Apr 20 2022, 8:57 AM This revision was landed with ongoing or failed builds.Apr 20 2022, 9:15 AM Closed by commit rGe3f6c2d288ea: [InstCombine] Don't look through bitcast from vector in… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423933 llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/test/Transforms/InstCombine/bitcast.ll
|