summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/trunc-ext-ld-st.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-28[X86][SSE] Combine 128-bit target shuffles to PACKSS/PACKUS.Simon Pilgrim
2016-07-21[X86][SSE] Allow folding of store/zext with PEXTRW of 0'th elementSimon Pilgrim
2016-07-18[X86][SSE] Regenerate truncate+extension memop testsSimon Pilgrim
2015-03-06fixed to test only the feature, not the feature and a CPUSanjay Patel
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth
2014-07-24[SDAG] Introduce a combined set to the DAG combiner which tracks nodesChandler Carruth
2013-08-23Replace more uses of sse41 with sse4.1.Rafael Espindola
2013-07-18Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-10-23Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao
2012-06-04Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem
2011-09-18When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem