This is an archive of the discontinued LLVM Phabricator instance.

Allow BranchFolding to operate on instructions with virtual registers
AbandonedPublic

Authored by sunfish on Jul 2 2015, 8:59 PM.

Details

Reviewers
None
Summary

By observing that virtual registers don't have aliases or subregisters in the way physical registers do, BranchFolding can work on instructions with virtual registers too.

Diff Detail

Event Timeline

sunfish updated this revision to Diff 28988.Jul 2 2015, 8:59 PM
sunfish retitled this revision from to Allow BranchFolding to operate on instructions with virtual registers.
sunfish updated this object.
sunfish added a subscriber: llvm-commits.
sunfish abandoned this revision.Jul 6 2015, 6:48 AM

Abandoning for now; see also http://reviews.llvm.org/D10913