This is an archive of the discontinued LLVM Phabricator instance.

GVN-hoist: invalidate MD cache (PR29144)
ClosedPublic

Authored by sebpop on Aug 26 2016, 9:05 AM.

Details

Summary

Without invalidating the entries in the MD cache we would try to access instructions
that were removed in previous iterations of hoisting.

Diff Detail

Repository
rL LLVM

Event Timeline

sebpop updated this revision to Diff 69385.Aug 26 2016, 9:05 AM
sebpop retitled this revision from to GVN-hoist: invalidate MD cache (PR29144).
sebpop updated this object.
sebpop added a reviewer: dberlin.
sebpop added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.