[all-commits] [llvm/llvm-project] 989532: [X86] Redefine X86ISD::PEXTRB/W and X86ISD::PINSRB...

topperc via All-commits all-commits at lists.llvm.org
Sat Oct 10 22:09:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9895327914abbd93d4db4e8660b06365ff1a90d5
      https://github.com/llvm/llvm-project/commit/9895327914abbd93d4db4e8660b06365ff1a90d5
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-10-10 (Sat, 10 Oct 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrSSE.td

  Log Message:
  -----------
  [X86] Redefine X86ISD::PEXTRB/W and X86ISD::PINSRB/PINSRW to use a i8 TargetConstant for the immediate instead of a ptr constant.

This is more consistent with other target specific ISD opcodes that
require immediates.




More information about the All-commits mailing list