[llvm] r178845 - Fix bug in PEI's virtual-register scavenging

Krzysztof Parzyszek kparzysz at codeaurora.org
Fri Apr 5 11:01:43 PDT 2013


On 4/5/2013 12:46 PM, Krzysztof Parzyszek wrote:
>
> Wouldn't it be easier to "tell" the scavenger that the scavenged
> register is now "used"?

Actually, this already happens in PEI.  They key thing is to tell the 
scavenger about the kills in the instruction which formerly had virtual 
registers.  Unless I'm missing something, this fix looks like an overkill.

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation



More information about the llvm-commits mailing list