Found cases where DSE incorrectly add partially-overwritten intervals.
Please see the test case for details.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
lib/Transforms/Scalar/DeadStoreElimination.cpp | ||
---|---|---|
402 ↗ | (On Diff #62273) | There's a missing space in between second and <=. The inner parenthesis are not necessary. |