summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vselect-avx.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-03[X86][SSE] Add support for lowering shuffles to PACKSS/PACKUSSimon Pilgrim
2017-08-24[DAG] convert vector select-of-constants to logic/mathSanjay Patel
2017-07-16[X86][AVX] Regenerate tests with constant broadcast commentsSimon Pilgrim
2016-11-30[X86][SSE] Add support for target shuffle constant foldingSimon Pilgrim
2016-10-01[X86][SSE] Regenerate vselect tests and improve AVX1/AVX2 coverageSimon Pilgrim
2016-02-16[X86][AVX] Regenerated vselect testsSimon Pilgrim
2015-08-01[DAGCombiner] Convert constant AND masks to shuffle clear masks down to the b...Simon Pilgrim
2015-05-21[X86][SSE] Improve support for 128-bit vector sign extensionSimon Pilgrim
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-26[x86] Fix PR22706 where we would incorrectly try lower a v32i8 dynamicChandler Carruth
2015-02-18Fixes two issue in SimplifyDemandedBits of sext_in_reg:Michael Kuperstein
2014-11-06[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into theQuentin Colombet
2014-11-01Revert "Temporarily revert r220777 to sort out build bot breakage."Adrian Prantl
2014-11-01Temporarily revert r220777 to sort out build bot breakage.Adrian Prantl
2014-10-28[x86] Simplify vector selection if condition value type matches vselect value...Robert Khasanov
2014-10-20[X86] Fix a bug in the lowering of the mask of VSELECT.Quentin Colombet