Skip to content
Commit 76f1b47e authored by Evan Cheng's avatar Evan Cheng
Browse files

Spiller may unfold load / mod / store instructions as an optimization when the...

Spiller may unfold load / mod / store instructions as an optimization when the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded.

llvm-svn: 67068
parent 839ad0a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment