This is an archive of the discontinued LLVM Phabricator instance.

Fix PR 28933
ClosedPublic

Authored by dberlin on Aug 11 2016, 10:44 AM.

Details

Summary

This fixes PR 28933 by making sure GVNHoist does not try to recreate memory
accesses when it has not actually moved them.

Diff Detail

Repository
rL LLVM

Event Timeline

dberlin retitled this revision from to Fix PR 28933.
dberlin updated this object.
dberlin added a reviewer: sebpop.
sebpop accepted this revision.Aug 11 2016, 10:50 AM
sebpop edited edge metadata.

LGTM. Thanks Danny!

This revision is now accepted and ready to land.Aug 11 2016, 10:50 AM
Closed by commit rL278401: Fix PR 28933 (authored by dannyb). · Explain WhyAug 11 2016, 1:40 PM
This revision was automatically updated to reflect the committed changes.