xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/shrink-fp-const2.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=x86 | grep flds
2; This should be a flds, not fldt.
3define x86_fp80 @test2() nounwind  {
4entry:
5	ret x86_fp80 0xK3FFFC000000000000000
6}
7
8