Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is common...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 27 Apr 2011 22:41:55 +0000 (22:41 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 27 Apr 2011 22:41:55 +0000 (22:41 +0000)
commit2790ba8e5a7bb6e00fdac9997d840598fb60271c
tree6ac6e78d206697a1fa36090a89427d92607f8014
parent161b887506fb79dc68fb507b72de03eaf48f467a
Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is common.  rdar://problem/9303592 .

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130338 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/fast-isel-x86-64.ll