summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-10-21-widen-cmp.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-03-16[SelectionDAG] Optimize VSELECT->SETCC of incompatible or illegal types.Jonas Paulsson
2017-03-05[X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VECTOR_IN_REG opsSimon Pilgrim
2017-02-17[DAGCombine] Recognise any_extend_vector_inreg and truncation style shuffle m...Simon Pilgrim
2017-02-05[X86] Fix printing of blendvpd/blendvps/pblendvb to include the implicit %xmm...Craig Topper
2016-11-28[X86][SSE] Add initial support for combining (V)PMOVZX with shuffles.Simon Pilgrim
2016-11-24[X86] Modify two tests that passed undef to both sides of a vselect to instea...Craig Topper
2016-09-01[DAGCombine] Don't fold a trunc if it feeds an anyextMichael Kuperstein
2016-05-28[x86] avoid printing unnecessary sign bits of hex immediates in asm comments ...Sanjay Patel
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-11-18[DAGCombiner] Vector constant folding for comparisonsSimon Pilgrim
2015-11-14[X86][SSE] Fixed arch/triple and regenerated results.Simon Pilgrim
2011-10-22Fix pr11193.Nadav Rotem
2011-10-211. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem