xref: /llvm-project/llvm/test/CodeGen/X86/shrink-fp-const2.ll (revision 0aef747b846586c29ed3285bbed20a3d607576fa)
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc < %s -mtriple=i686-- | FileCheck %s
3; This should be a flds, not fldt.
4define x86_fp80 @test2() nounwind  {
5; CHECK-LABEL: test2:
6; CHECK:       # %bb.0: # %entry
7; CHECK-NEXT:    flds {{\.?LCPI[0-9]+_[0-9]+}}
8; CHECK-NEXT:    retl
9entry:
10	ret x86_fp80 0xK3FFFC000000000000000
11}
12
13