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