blob: 579637e8344665b12a3a0972220a3971fb53d8c0 [file] [log] [blame]
Davide Italianoa63981a2017-07-12 15:26:06 +00001; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc %s -o - | FileCheck %s
3
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:
Francis Visoiu Mistrih25528d62017-12-04 17:18:51 +00009; CHECK: # %bb.0:
Davide Italianoa63981a2017-07-12 15:26:06 +000010; CHECK-NEXT: movl %edi, %eax
11; CHECK-NEXT: retq
12 ret float %pat
13}
14
15attributes #0 = { noinline optnone "target-features"="+soft-float" }