[PATCH] D39914: [AArch64][Falkor] Rewrite DestReg to avoid tag collision

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 11:34:59 PST 2017


junbuml created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.

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.


https://reviews.llvm.org/D39914

Files:
  lib/Target/AArch64/AArch64FalkorHWPFFix.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39914.122491.patch
Type: text/x-patch
Size: 14834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171110/5b08a9da/attachment.bin>


More information about the llvm-commits mailing list