This is an archive of the discontinued LLVM Phabricator instance.

[GreedyRA] Do not hoist to BB if its def is after LSP
ClosedPublic

Authored by skatkov on Apr 22 2021, 1:24 AM.

Details

Summary

If the parent def is a LastSplitPoint or later we cannot hoist copy to this basic block
because inserted copy (or re-materialization) will be located before the def.

Diff Detail