summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/combine-pmuldq.ll
AgeCommit message (Expand)Author
2017-12-27[X86] Reimplement r321437 using custom lowering instead of as a DAG combine.Craig Topper
2017-12-27[X86] Fix vmul combine for AVX1 targets.Benjamin Kramer
2017-12-25[X86] Add a DAG combines to turn vXi64 muls into VPMULDQ/VPMULUDQ if the uppe...Craig Topper
2017-12-25[X86] Add avx512vl and avx512dq command lines to combine-pmuldq.ll to demonst...Craig Topper
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-07-27[X86] SET0 to use XMM registers where possible PR26018 PR32862Dinar Temirbulatov
2017-06-26[X86][SSE] Add combine tests for PMULDQ/PMULUDQSimon Pilgrim