]> granicus.if.org Git - llvm/commit
[X86] Use getUnpackl helper to create an ISD::VECTOR_SHUFFLE instead of using X86ISD...
authorCraig Topper <craig.topper@intel.com>
Mon, 28 Aug 2017 05:14:38 +0000 (05:14 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 28 Aug 2017 05:14:38 +0000 (05:14 +0000)
commit038b48711268a0ee26d2ab68ada4745aaa1d5275
tree664f956c3ca1092897a6c660f5796f8f03386db0
parent5aa44202c0aefc73529159c88a4ac5aa75eabefc
[X86] Use getUnpackl helper to create an ISD::VECTOR_SHUFFLE instead of using X86ISD::UNPCKL in reduceVMULWidth.

This runs fairly early, we should use target independent nodes if possible.

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