18 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 62; RUN: llc -mtriple=aarch64-none-eabi -verify-machineinstrs < %s | FileCheck %s3 4define i32 @foo() strictfp {5; CHECK-LABEL: foo:6; CHECK: // %bb.0: // %entry7; CHECK-NEXT: mov w0, #-1 // =0xffffffff8; CHECK-NEXT: mov w8, #1 // =0x19; CHECK-NEXT: //APP10; CHECK-NEXT: //NO_APP11; CHECK-NEXT: ret12entry:13 tail call void asm sideeffect "", "r"(i32 1) #1, !srcloc !014 ret i32 -115}16 17!0 = !{i64 87}18