Details
Details
- Reviewers
ab • tstellarAMD bogner
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
12465–12467 | The other callsite checks isVolatile() already. Do the same here and assert in ReplaceExtractVectorEltOfLoadWithNarrowedLoad? Or remove the other check; but we might as well make them consistent. |
The other callsite checks isVolatile() already. Do the same here and assert in ReplaceExtractVectorEltOfLoadWithNarrowedLoad?
Or remove the other check; but we might as well make them consistent.