[x86] Stub out the integer lowering of 256-bit vectors with AVX2
authorChandler Carruth <chandlerc@gmail.com>
Mon, 22 Sep 2014 21:45:57 +0000 (21:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 22 Sep 2014 21:45:57 +0000 (21:45 +0000)
commit8571ae37aee892674e41d83ffe00df25e2f47922
tree8bbedd4ddcafa0a3c2852f54797ee2a5e468f8af
parent612d00a34777f4a2e9597833a616dea18ddfc270
[x86] Stub out the integer lowering of 256-bit vectors with AVX2
support. No interesting functionality yet, but this will let me
implement one vector type at a time.

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