summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-vinsertf128.ll
Commit message (Expand)AuthorAge
* Move testcase, this is testing extraction not inserting.Benjamin Kramer2013-03-07
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-07
* Fix test.Chad Rosier2012-03-20
* [avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.Chad Rosier2012-03-20
* [avx] Add patterns for VINSERTF128rm.Chad Rosier2012-03-15
* Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper2012-02-24
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-20
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-20
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-19
* Fix PR10656. It's only profitable to use 128-bit inserts and extractsBruno Cardoso Lopes2011-08-15
* Add a dag combine to xform 256-bit shuffles into simple vectorBruno Cardoso Lopes2011-08-11