Skip to content
  1. Nov 01, 2006
    • Andrew Lenharth's avatar
      more shotenning · dfbf91e5
      Andrew Lenharth authored
      llvm-svn: 31331
      dfbf91e5
    • Chris Lattner's avatar
      Compile CodeGen/PowerPC/fp-branch.ll to: · fe43befe
      Chris Lattner authored
      _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
      fe43befe
    • Chris Lattner's avatar
      This test should compile down to one comparison, not two. · fdb64518
      Chris Lattner authored
      llvm-svn: 31329
      fdb64518
  2. Oct 31, 2006
  3. Oct 30, 2006
Loading