Use COPY for fast-isel bitconvert, but don't create cross-class copies.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 05:16:54 +0000 (05:16 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 05:16:54 +0000 (05:16 +0000)
commite7917bb207d5178dfb26066f839e4c295fd3a1eb
tree3f2633151b1181bb22570da5bc0da0632224103f
parentcbeeae23c31d32b833c9c7c3e8984e4cbcf22f45
Use COPY for fast-isel bitconvert, but don't create cross-class copies.

This doesn't change the behavior of SelectBitcast for X86.

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