[X86] Remove unnecessary peekThroughEXTRACT_SUBVECTORs call.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 4 Dec 2018 12:21:43 +0000 (12:21 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 4 Dec 2018 12:21:43 +0000 (12:21 +0000)
commitb1d6db7693b65dfe5040fc424e10e008afc7bb6c
tree9fa08ff79acd111c4944445c8206d886795e8e92
parent219c0fae5c4ad8f26557518e5315fb3fa44d0f7c
[X86] Remove unnecessary peekThroughEXTRACT_SUBVECTORs call.

The GetSplatValue/IsSplatVector call will call this anyhow and the later code is just for a v2i64 type so doesn't need it.

llvm-svn: 348253
llvm/lib/Target/X86/X86ISelLowering.cpp