summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/InlineSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-20 05:53:31 +0000
committerChris Lattner <sabre@nondot.org>2003-10-20 05:53:31 +0000
commit6acb1bedb188a3fdcca9b4decd94d77d826bab6f (patch)
treeec9d49695b7ff307d5d1f74de66a35e587eb490b /llvm/lib/Transforms/IPO/InlineSimple.cpp
parentf2a34aa278785db4ccf89c841bb31fb2fed4107d (diff)
downloadbcm5719-llvm-6acb1bedb188a3fdcca9b4decd94d77d826bab6f.tar.gz
bcm5719-llvm-6acb1bedb188a3fdcca9b4decd94d77d826bab6f.zip
Emit x86 instructions for: A = B op C, where A and B are 16-bit registers,
C is a constant which can be sign-extended from 8 bits without value loss, and op is one of: add, sub, imul, and, or, xor. This allows the JIT to emit the one byte version of the constant instead of the two or 4 byte version. Because these instructions are very common, this can save a LOT of code space. For example, I sampled two benchmarks, 176.gcc and 254.gap. BM Old New Reduction 176.gcc 2673621 2548962 4.89% 254.gap 498261 475104 4.87% Note that while the percentage is not spectacular, this did eliminate 124.6 _KILOBYTES_ of codespace from gcc. Not bad. Note that this doesn't effect the llc version at all, because the assembler already does this optimization. llvm-svn: 9284
Diffstat (limited to 'llvm/lib/Transforms/IPO/InlineSimple.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud