Expand (f64 extload f32) to (f64 fp_ext (load f32)) if f64 type action is expand.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 13 Dec 2006 03:19:57 +0000 (03:19 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 13 Dec 2006 03:19:57 +0000 (03:19 +0000)
commit548f611baeb53e821e7e80f97722b048ab6b09b2
treeeb596825277fd18e227f1a9764ed13265e13737c
parent98ff3b979af4916ba8a82eda7d77a66cdad31842
Expand (f64 extload f32) to (f64 fp_ext (load f32)) if f64 type action is expand.

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