[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / ARM / 2012-09-18-ARMv4ISelBug.ll
blob8d777634f6c50d403ff550f9cbc33e9d21cddd42
1 ; RUN: llc -mtriple=arm-eabi -mcpu=arm7tdmi %s -o - | FileCheck %s
3 ; movw is only legal for V6T2 and later.
4 ; rdar://12300648
6 define i32 @t(i32 %x) {
7 ; CHECK-LABEL: t:
8 ; CHECK-NOT: movw
9   %tmp = add i32 %x, -65535
10   ret i32 %tmp