Added a x86 dag combine to increase the chances to use a
authorMon P Wang <wangmp@apple.com>
Fri, 3 Apr 2009 02:43:30 +0000 (02:43 +0000)
committerMon P Wang <wangmp@apple.com>
Fri, 3 Apr 2009 02:43:30 +0000 (02:43 +0000)
commit1e95580925b173ea13fbe77c0eb299f672391656
tree73b102baf920cd2081ebc835f6e3b46558990c1c
parentf436fed4124af0ece0f7125f0963f42b859ca36c
Added a x86 dag combine to increase the chances to use a
movq for v2i64 on x86-32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68368 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vec_i64.ll [new file with mode: 0644]