diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-22 01:04:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-22 01:04:32 +0000 |
commit | 23553cfb4a7f859e0dbfef2f9fb739526bad8984 (patch) | |
tree | 81158579d201d50d246f5412466190929c15fe66 /lib/CodeGen/RegAllocLinearScan.cpp | |
parent | ddf3e7dfd791f7cdbcd1bb5feb168067b5b9c16d (diff) |
Add a fast-path for register values. Add support for constant pool entries,
allowing us to compile this:
float %test2(float* %P) {
%Q = load float* %P
%R = add float %Q, 10.1
ret float %R
}
to this:
_test2:
lfs r2, 0(r3)
lis r3, ha16(.CPI_test2_0)
lfs r3, lo16(.CPI_test2_0)(r3)
fadds f1, r2, r3
blr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
0 files changed, 0 insertions, 0 deletions