[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git] / llvm / test / CodeGen / ARM / insn-sched1.ll
blobca1cf6469c0da59963195f132bc7f95a54f52394
1 ; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null
2 ; RUN: llc -mtriple=arm-apple-ios -mattr=+v6 %s -o - | FileCheck %s
4 define i32 @test(i32 %x) "frame-pointer"="all" {
5         %tmp = trunc i32 %x to i16              ; <i16> [#uses=1]
6         %tmp2 = call i32 @f( i32 1, i16 %tmp )             ; <i32> [#uses=1]
7         ret i32 %tmp2
10 declare i32 @f(i32, i16)
12 ; CHECK: mov
13 ; CHECK: mov
14 ; CHECK: mov
15 ; CHECK-NOT: mov