- When expanding a bit_convert whose src operand is also to be expanded and
authorEvan Cheng <evan.cheng@apple.com>
Tue, 12 Dec 2006 19:53:13 +0000 (19:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 12 Dec 2006 19:53:13 +0000 (19:53 +0000)
commit7b2b5c846c371f58db73f453a007e52eda62da89
tree50d3e3796da90810f0e002dcaa112e92195925b8
parent3b1cf89edc760d6cca088ea59524a74373d6bb84
- When expanding a bit_convert whose src operand is also to be expanded and
its expansion result type is equal to the result type of the bit_convert,
e.g. (i64 bit_convert (f64 op)) if FP is not legal
returns the result of the expanded source operand.
- Store f32 / f64 may be expanded to a single store i32/i64.

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