aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx2-vbroadcast.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-25/+25
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+222
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-181-12/+12
* Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky2012-07-011-0/+96
* Add support for additional in-reg vbroadcast patternsNadav Rotem2012-05-191-0/+37
* AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem2012-04-241-4/+41
* Fix a bug in the lowering of broadcasts: ConstantPools need to use the target...Nadav Rotem2012-04-091-0/+14
* AVX2: Build splat vectors by broadcasting a scalar from the constant pool.Nadav Rotem2012-04-081-0/+21
* Fix a crash in AVX2 when trying to broadcast a double into a 128-bit vector. ...Craig Topper2012-01-101-0/+10
* Add AVX2 vpbroadcast supportNadav Rotem2011-11-181-0/+142