aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse41-blend.ll
AgeCommit message (Expand)Author
2012-06-04Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem
2012-04-15When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...Nadav Rotem
2012-01-03Revert 147426 because it caused pr11696.Nadav Rotem
2012-01-02Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ...Nadav Rotem
2011-09-17Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands
2011-09-14Add integer promotion support for vselectNadav Rotem
2011-09-12Change testcase commandline to be more strict and silence buildbotsBruno Cardoso Lopes
2011-09-12Revert the wrong part of r139528, and fix testcases.Bruno Cardoso Lopes
2011-09-12Not sure how CMPPS and CMPPD had already ever worked, I guess it didn't.Bruno Cardoso Lopes
2011-09-08Add AVX versions of blend vector operations and fix some issues noticedBruno Cardoso Lopes