Home | History | Annotate | Download | only in Thumb
      1 ; RUN: llc < %s -march=thumb | not grep CPI
      2 
      3 
      4 define i32 @test1() {
      5   ret i32 1000
      6 }
      7 
      8 define i32 @test2() {
      9   ret i32 -256
     10 }
     11