[llvm-commits] [llvm] r153519 - /llvm/trunk/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Mar 27 11:04:35 PDT 2012
On Mar 27, 2012, at 10:38 AM, Evan Cheng wrote:
> Ugh. Are you sure? Thumb2SizeReduction pass needs liveness info.
For CPSR tracking?
It seems like dangerous business to depend on the CPSR liveness info when it can't be verified because liveness for other registers is in tatters.
I am not sure how to handle that. Ideally, I would like to recompute CPSR liveness from the code instead of depending on outdated cached information.
/jakob
More information about the llvm-commits
mailing list