Fixes one of the cases in PR34041.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
15130 ↗ | (On Diff #109972) | Do the affected tests cover both the 'if' and the 'else'? |
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
15130 ↗ | (On Diff #109972) | Not properly, I'll add some extra tests |
Comment Actions
Updated with second test that simplifies the mask based on both shuffle inputs (note: further improvements are possible on this shuffle in future patches).