OSDN Git Service

Begin to support some vector operations for AVX 256-bit intructions. The long
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 12 Aug 2010 02:06:36 +0000 (02:06 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 12 Aug 2010 02:06:36 +0000 (02:06 +0000)
commit8c05a850f43cda2e62ac48562281f504ab763d59
treecf9cafb61952cf81ab4d62bac5d49f26faf1606c
parent270159fcc21e06c67aa571d10d2b22d41d9a751a
Begin to support some vector operations for AVX 256-bit intructions. The long
term goal here is to be able to match enough of vector_shuffle and build_vector
so all avx intrinsics which aren't mapped to their own built-ins but to
shufflevector calls can be codegen'd. This is the first (baby) step, support
building zeroed vectors.

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