16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc %s -o - | FileCheck %s3 4target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"5target triple = "x86_64-unknown-linux-gnu"6 7define float @pr26522(float %pat) #0 {8; CHECK-LABEL: pr26522:9; CHECK: # %bb.0:10; CHECK-NEXT: movl %edi, %eax11; CHECK-NEXT: retq12 ret float %pat13}14 15attributes #0 = { noinline optnone "target-features"="+soft-float" }16