Correct references to alignment of store which may be deleted in a
previous iteration of merge. Instead use first store that would be
merged.
Corrects pr33172's use-after-poison caught by ASan.
Paths
| Differential D33686
[DAG] Avoid use of stale store. ClosedPublic Authored by niravd on May 30 2017, 10:43 AM.
Details Summary Correct references to alignment of store which may be deleted in a Corrects pr33172's use-after-poison caught by ASan.
Diff Detail
Event TimelineComment Actions LGTM - with one minor.
This revision is now accepted and ready to land.May 31 2017, 5:10 AM Closed by commit rL304299: [DAG] Avoid use of stale store. (authored by niravd). · Explain WhyMay 31 2017, 6:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 100734 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/AArch64/pr33172.ll
|
Please clean up the unnecessary metadata etc.