[PATCH] D109405: [RISCV] Add an GPR def to the Zvlseg SPILL/RELOAD pseudos
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 04:00:35 PDT 2021
frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.
Makes sense to me; I've done a similar thing in the past. The alternative would presumably be to scavenge a scratch register, but I think this is preferable, not least for its simplicity.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109405/new/
https://reviews.llvm.org/D109405
More information about the llvm-commits
mailing list