brintos

brintos / llvm-project-archived public Read only

0
0
Text · 233 B · 8d77763 Raw
12 lines · plain
1; RUN: llc -mtriple=arm-eabi -mcpu=arm7tdmi %s -o - | FileCheck %s2 3; movw is only legal for V6T2 and later.4; rdar://123006485 6define i32 @t(i32 %x) {7; CHECK-LABEL: t:8; CHECK-NOT: movw9  %tmp = add i32 %x, -6553510  ret i32 %tmp11}12