1 ; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s 2 3 define i32 @test1() { 4 ret i32 1000 5 } 6 7 define i32 @test2() { 8 ret i32 -256 9 } 10 11 ; CHECK-NOT: CPI 12 13