summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-blend.ll
Commit message (Expand)AuthorAge
* [X86] Always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP ...Andrea Di Biagio2014-06-25
* Make blend tests more specificFilipe Cabecinhas2014-05-31
* Added tests for shufflevector lowering to blend instrs.Filipe Cabecinhas2014-05-29
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* [X86] Fix a bug in the lowering of BLENDI introduced in r209043.Quentin Colombet2014-05-21
* Implemented special cases for PerformVSELECTCombine.Filipe Cabecinhas2014-05-16
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-16
* [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors.Andrea Di Biagio2014-01-27
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-20
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* Apply Duncan's test fix from r139986 to the avx version of that test too.Benjamin Kramer2011-09-18
* Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes2011-09-12
* Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes2011-09-12
* Implement vector-select support for avx256. Refactor the vblend implementatio...Nadav Rotem2011-09-09
* Reapply testcase from r139309!Bruno Cardoso Lopes2011-09-08
* Remove this crashing test, until I figure out what's going wrong hereBruno Cardoso Lopes2011-09-08
* Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes2011-09-08