Files
clang-p2996/llvm/test/CodeGen/X86
Simon Pilgrim 89d9ff8229 [X86][SSE] foldShuffleOfHorizOp - add SHUFPS v4f32 handling
Fold shufps(hop(x,y),hop(z,w)) -> permute(hop(x,z)) - this is very similar to the equivalent unpack fold.

I did start trying to convert foldShuffleOfHorizOp to handle generic shuffle masks but we're relying on a lot of special cases at the moment.
2021-02-09 14:18:45 +00:00
..
2020-12-08 15:36:47 +00:00
2020-11-26 12:06:44 +00:00
2020-12-10 17:01:54 +08:00
2020-12-08 15:36:47 +00:00
2020-12-08 10:28:26 +00:00
2020-11-09 15:04:57 +00:00