| commit | ed5dfff865c2ec5593fc091c4fef9489a21b98c6 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Mon Sep 22 22:29:42 2014 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Mon Sep 22 22:29:42 2014 +0000 |
| tree | 2e96c06be4d542ce3f4e8c40e66b1abb4a8451d2 | |
| parent | cecdff6512ad3d64cec953a5307d0b35e917734f [diff] |
[x86] Rename X86ISD::VPERMILP to X86ISD::VPERMILPI (and the same for the td pattern). Currently we only model the immediate operand variation of VPERMILPS and VPERMILPD, we should make that clear in the pseudos used. Will be adding support for the variable mask variant in my next commit. llvm-svn: 218282