commit | ebe6b43aecc7d784a66afc63d746b106052ba7e3 | [log] [tgz] |
---|---|---|
author | Sanjay Patel <spatel@rotateright.com> | Sun Jan 27 21:53:33 2019 +0000 |
committer | Sanjay Patel <spatel@rotateright.com> | Sun Jan 27 21:53:33 2019 +0000 |
tree | 7995493ee9be9daa1ccdb7ca79c00c1d559f6005 | |
parent | 816c9b3e25463d26e4bb3e0cc8889987c7af2704 [diff] |
[x86] add restriction for lowering to vpermps This transform was added with rL351346, and we had an escape for shufps, but we also want one for unpckps vs. vpermps because vpermps doesn't take an immediate shuffle index operand. llvm-svn: 352333