]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
[x86] Rename X86ISD::VPERMILP to X86ISD::VPERMILPI (and the same for the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 22 Sep 2014 22:29:42 +0000 (22:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 22 Sep 2014 22:29:42 +0000 (22:29 +0000)
commit4b365159bfae024237c67600aafe6d8765314c75
treee0766a667bea2b504802a1ffd474dd1d999741d3
parentcdc451b1aea13401689bb9ae7cb83a52e3d04533
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218282 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrSSE.td