diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-03-17 01:23:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-17 01:23:09 +0000 |
commit | e47b0089d92497e7726516610ff6f925d6828569 (patch) | |
tree | d0e42df0e704954a17b5a602172145c97c217211 /lib/Support | |
parent | 7ea02ffe918baff29a39981276e83b0e845ede03 (diff) | |
download | external_llvm-e47b0089d92497e7726516610ff6f925d6828569.zip external_llvm-e47b0089d92497e7726516610ff6f925d6828569.tar.gz external_llvm-e47b0089d92497e7726516610ff6f925d6828569.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
0 files changed, 0 insertions, 0 deletions