aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-vinsertf128.ll
AgeCommit message (Expand)Author
2012-03-20Fix test.Chad Rosier
2012-03-20[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.Chad Rosier
2012-03-15[avx] Add patterns for VINSERTF128rm.Chad Rosier
2012-02-24Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper
2011-09-20Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes
2011-09-20Revert r140097, working on a better approachBruno Cardoso Lopes
2011-09-19Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes
2011-08-15Fix PR10656. It's only profitable to use 128-bit inserts and extractsBruno Cardoso Lopes
2011-08-11Add a dag combine to xform 256-bit shuffles into simple vectorBruno Cardoso Lopes