Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D47825
[Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
Closed
Public
Actions
Authored by
fhahn
on Jun 6 2018, 7:25 AM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
llvm-commits
Details
Reviewers
chandlerc
davide
efriedma
Commits
rG0d6b01761c1d: [Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
rL334187: [Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
Summary
We do the same thing in rewriteSingleStoreAlloca.
Fixes PR37632.
Diff Detail
Repository
rL LLVM
Event Timeline
fhahn
created this revision.
Jun 6 2018, 7:25 AM
davide
accepted this revision.
Jun 6 2018, 7:45 AM
Comment Actions
It seems reasonable to me.
This revision is now accepted and ready to land.
Jun 6 2018, 7:45 AM
Closed by commit
rL334187: [Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
(authored by
fhahn
).
·
Explain Why
Jun 7 2018, 4:13 AM
This revision was automatically updated to reflect the committed changes.
kbelochapka
mentioned this in
D43544: [Transforms][SROA] Fixed assertion crash (PR30416)
.
Oct 15 2020, 7:55 PM