[PATCH] D103010: [PowerPC] Export 16 byte load-store instructions
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 25 21:37:08 PDT 2021
lkail added a comment.
> we do have to devise a way to ensure RA doesn't allocate the same register to the base and result of LQ
I've found existing approach for this by adding an additional out `$ea_result` operand, good one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103010/new/
https://reviews.llvm.org/D103010
More information about the llvm-commits
mailing list