aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BasicInliner.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-14 02:07:16 +0000
committerDan Gohman <gohman@apple.com>2009-03-14 02:07:16 +0000
commit9a49d31b6f94febb408b5d25d3e768c04292cf10 (patch)
tree77d360b48d336bccf8745653feac50957a6393be /lib/Transforms/Utils/BasicInliner.cpp
parentcfbf05ef03806e6b11520b95eb33adda27241c47 (diff)
Don't forego folding of loads into 64-bit adds when the other
operand is a signed 32-bit immediate. Unlike with the 8-bit signed immediate case, it isn't actually smaller to fold a 32-bit signed immediate instead of a load. In fact, it's larger in the case of 32-bit unsigned immediates, because they can be materialized with movl instead of movq. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/BasicInliner.cpp')
0 files changed, 0 insertions, 0 deletions