Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for
authorChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 06:25:56 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 06:25:56 +0000 (06:25 +0000)
commit5d2c6c784bdc3d572a553ed7aa48dcf27a45b1a3
treed41703e4b2f93b2284ced6eab01b853dfab23e16
parent623f70dd4c5525888aca400c27832282913b539e
Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for
all targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19366 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp