Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this
authorBob Wilson <bob.wilson@apple.com>
Sat, 17 Apr 2010 05:30:19 +0000 (05:30 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 17 Apr 2010 05:30:19 +0000 (05:30 +0000)
commit9f3f061d74e19543be61e797127c54546668600c
tree2f1de2498f216b8fabe3cce500ec36256d442988
parent8d1092be6438fd1616a2f80dbe843d97b06bbe56
Revise my previous change to ExpandBIT_CONVERT.  I hadn't realized that this
may be called when either the source or destination type is i64, and my
change also hadn't fixed the most obvious problem -- assuming that i64 will
only be bitconverted to f64, ignoring the various vector types.
Radar 7873160.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp