This is an archive of the discontinued LLVM Phabricator instance.

[Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
ClosedPublic

Authored by fhahn on Jun 6 2018, 7:25 AM.

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

It seems reasonable to me.

This revision is now accepted and ready to land.Jun 6 2018, 7:45 AM
This revision was automatically updated to reflect the committed changes.