summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector-idiv-udiv-256.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-28[X86] Make use of vpmovwb when possible in LowerMULHCraig Topper
2017-09-28[X86] Use BWI instructions to improve lowering of v32i8 MULHU/SCraig Topper
2017-09-27[X86] Use extract128BitVector in LowerMULH so we can extract from constant bu...Craig Topper
2017-09-27[X86] Add avx512bw command lines to the 256-bit vector idiv tests.Craig Topper
2017-07-16[X86][AVX] Regenerate vector idiv tests with constant broadcast commentsSimon Pilgrim
2017-02-11[X86][SSE] Improve VSEXT/VZEXT constant folding.Simon Pilgrim
2017-02-11[X86] Don't base domain decisions on VEXTRACTF128/VINSERTF128 if only AVX1 is...Craig Topper
2016-10-25[X86][SSE] Add support for (V)PMOVSX* constant foldingSimon Pilgrim
2016-03-26[X86][AVX] Enabled SMUL_LOHI/UMUL_LOHI v8i32 vectors on AVX1 targetsSimon Pilgrim
2016-03-26[X86][AVX] Enabled MULHS/MULHU v16i16 vectors on AVX1 targetsSimon Pilgrim
2016-03-26[X86][SSE] Add MULHS/MULHU custom lowering for i8 vectorsSimon Pilgrim
2016-03-22[X86][AVX] Added AVX1 tests for 256-bit vector idiv-by-constant Simon Pilgrim
2016-03-20[X86][SSE] Add vector integer division by constant testsSimon Pilgrim