OSDN Git Service

Optimize shufflevector that copies an i64/f64 and zeros the rest.
authorFilipe Cabecinhas <me@filcab.net>
Thu, 8 May 2014 23:16:08 +0000 (23:16 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Thu, 8 May 2014 23:16:08 +0000 (23:16 +0000)
commite4a3254c02abd659f8808aed750c69f808907298
tree39307188865305986ea0b6e63857921794e15255
parent8d53407abba2fb328edea4aa3079827f348ec41f
Optimize shufflevector that copies an i64/f64 and zeros the rest.

Summary:
Also ran clang-format on the function. The code added is the last else
if block.

Reviewers: nadav, craig.topper, delena

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D3518

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208372 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx-shuffle.ll
test/CodeGen/X86/sse2.ll