This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][Falkor] Rewrite DestReg to avoid tag collision
AbandonedPublic

Authored by junbuml on Nov 10 2017, 11:33 AM.

Details

Reviewers
gberry
mcrosier
Summary

When rewritting loads to avoid tag collision, we first try to rename DestReg.
If DestReg cannot be rewritten, then we continue trying to rewrite BaseReg.
Test cases should be added soon.

Diff Detail