[llvm-dev] finding liveout phys registers

Bagel via llvm-dev llvm-dev at lists.llvm.org
Thu Dec 10 13:09:31 PST 2020


I need a routine that, post register allocation, finds for a basic block the 
registers that were modified and still live at the end of the block.  Is the 
something already implemented I can call?  Or some close I can copy and modify?

Thanks,
brian


More information about the llvm-dev mailing list