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