Initial implementation of FP->INT and INT->FP casts
authorChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 18:52:44 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 18:52:44 +0000 (18:52 +0000)
commit590d800a12018af782a243cbdd3ac7b31d6d0822
tree49847198037710303e36b33f1840e85bdee3ef4e
parent2611dd4448e1f0ddbff630531a0047360228d717
Initial implementation of FP->INT and INT->FP casts

Also, fix zero_extend from bool to i8, which fixes Shootout/objinst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19414 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp