[all-commits] [llvm/llvm-project] d7e2d9: [X86] Add X86ISD nodes for PDEP and PEXT.

topperc via All-commits all-commits at lists.llvm.org
Sun Apr 19 16:18:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d7e2d937bcbe60457d621eb637f51c49d987ecd9
      https://github.com/llvm/llvm-project/commit/d7e2d937bcbe60457d621eb637f51c49d987ecd9
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-04-19 (Sun, 19 Apr 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    M llvm/lib/Target/X86/X86IntrinsicsInfo.h

  Log Message:
  -----------
  [X86] Add X86ISD nodes for PDEP and PEXT.

This will allow use to add DAG combines for these instructions.




More information about the All-commits mailing list