The X86 instruction selector already handles codegen of:
authorChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 05:45:24 +0000 (05:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 05:45:24 +0000 (05:45 +0000)
commit7ab65934a0b126d198ff17dd4bc734ddd0d46dd4
tree7ec4616a0ce0048b727543694546cc0f0fec5add
parentfb0c3bd5314a26fd95d1c25d81960548200dbbbe
The X86 instruction selector already handles codegen of:

  store float 123.45, float* %P

as an integer store.  This adds handling of float immediate stores as integers
for arguments passed function calls.

This is now tested by CodeGen/X86/store-fp-constant.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19364 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelSimple.cpp