brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · 592e694 Raw
13 lines · plain
1; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s2 3define i32 @test1() {4  ret i32 10005}6 7define i32 @test2() {8  ret i32 -2569}10 11; CHECK-NOT: CPI12 13