summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx2-vbroadcast.ll
Commit message (Expand)AuthorAge
* [X86] Add broadcast instructions to the table used by ExeDepsFix pass.Quentin Colombet2014-03-26
* [X86][ISelDAG] Add missing fallback patterns for avx2 broadcast instructions.Quentin Colombet2014-03-24
* Teach the DAGCombiner how to fold concat_vector nodes when the input is twoRobert Lougher2014-02-11
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Optimization of shuffle node that can fit to the register form of VBROADCAST ...Elena Demikhovsky2012-07-01
* Add support for additional in-reg vbroadcast patternsNadav Rotem2012-05-19
* AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructionsNadav Rotem2012-04-24
* Fix a bug in the lowering of broadcasts: ConstantPools need to use the target...Nadav Rotem2012-04-09
* AVX2: Build splat vectors by broadcasting a scalar from the constant pool.Nadav Rotem2012-04-08
* Fix a crash in AVX2 when trying to broadcast a double into a 128-bit vector. ...Craig Topper2012-01-10
* Add AVX2 vpbroadcast supportNadav Rotem2011-11-18