[PATCH] D138515: [CodeGen][RegAllocFast] Map PhysReg to its current VirtReg
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 12:27:19 PST 2022
cdevadas added a comment.
This should replace the patch D134951 <https://reviews.llvm.org/D134951> which used the delegate method for a specific purpose.
This is a more generic approach for targets to help identify the exact live range (virtual register) a physical register was currently assigned for.
While the allocation is in progress, this would serve the purpose of mapping a physical register to its virtual register.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138515/new/
https://reviews.llvm.org/D138515
More information about the llvm-commits
mailing list