summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse2-blend.ll
AgeCommit message (Expand)AuthorFilesLines
2012-01-03Revert 147426 because it caused pr11696.Nadav Rotem1-8/+8
2012-01-02Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ...Nadav Rotem1-8/+8
2011-11-07Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen1-7/+4
2011-11-07Expand V_SET0 to xorps by default.Jakob Stoklund Olesen1-2/+6
2011-10-19Improve code generation for vselect on SSE2:Nadav Rotem1-6/+11
2011-10-10Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem1-4/+4
2011-09-13update checked patternNadav Rotem1-1/+19
2011-09-13Add vselect target support for targets that do not support blend but do supportNadav Rotem1-0/+37