diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-31 23:06:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-31 23:06:00 +0000 |
commit | fe43befedac43670e508682d1d9f73691600e4c4 (patch) | |
tree | c1b9c5cab59d97207cef2022ff22594cc0c81e58 /llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp | |
parent | fdb64518d6eb29aa12e0678abfd1c35ba2e830bd (diff) | |
download | bcm5719-llvm-fe43befedac43670e508682d1d9f73691600e4c4.tar.gz bcm5719-llvm-fe43befedac43670e508682d1d9f73691600e4c4.zip |
Compile CodeGen/PowerPC/fp-branch.ll to:
_intcoord_cond_next55:
LBB1_3: ;cond_next55
lis r2, ha16(LCPI1_0)
lfs f0, lo16(LCPI1_0)(r2)
fcmpu cr0, f1, f0
blt cr0, LBB1_2 ;cond_next62.exitStub
LBB1_1: ;bb72.exitStub
li r3, 1
blr
LBB1_2: ;cond_next62.exitStub
li r3, 0
blr
instead of:
_intcoord_cond_next55:
LBB1_3: ;cond_next55
lis r2, ha16(LCPI1_0)
lfs f0, lo16(LCPI1_0)(r2)
fcmpu cr0, f1, f0
bge cr0, LBB1_1 ;bb72.exitStub
LBB1_4: ;cond_next55
lis r2, ha16(LCPI1_0)
lfs f0, lo16(LCPI1_0)(r2)
fcmpu cr0, f1, f0
bnu cr0, LBB1_2 ;cond_next62.exitStub
LBB1_1: ;bb72.exitStub
li r3, 1
blr
LBB1_2: ;cond_next62.exitStub
li r3, 0
blr
llvm-svn: 31330
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp')
0 files changed, 0 insertions, 0 deletions