[all-commits] [llvm/llvm-project] 1fe7bd: [X86][CodeGen] Support lowering for NDD ADD/SUB/AD...

Shengchen Kan via All-commits all-commits at lists.llvm.org
Wed Jan 10 20:15:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fe7bdb87b0d6331b243b3834565ad9423d8f4b0
      https://github.com/llvm/llvm-project/commit/1fe7bdb87b0d6331b243b3834565ad9423d8f4b0
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrArithmetic.td
    M llvm/lib/Target/X86/X86InstrCompiler.td
    A llvm/test/CodeGen/X86/apx/adc.ll
    A llvm/test/CodeGen/X86/apx/add.ll
    A llvm/test/CodeGen/X86/apx/dec.ll
    A llvm/test/CodeGen/X86/apx/imul.ll
    A llvm/test/CodeGen/X86/apx/inc.ll
    A llvm/test/CodeGen/X86/apx/neg.ll
    A llvm/test/CodeGen/X86/apx/not.ll
    A llvm/test/CodeGen/X86/apx/or.ll
    A llvm/test/CodeGen/X86/apx/sbb.ll
    A llvm/test/CodeGen/X86/apx/sub.ll
    A llvm/test/CodeGen/X86/apx/xor.ll

  Log Message:
  -----------
  [X86][CodeGen] Support lowering for NDD ADD/SUB/ADC/SBB/OR/XOR/NEG/NOT/INC/DEC/IMUL (#77564)

We supported encoding/decoding for these instructions in

https://github.com/llvm/llvm-project/pull/76319
https://github.com/llvm/llvm-project/pull/76721
https://github.com/llvm/llvm-project/pull/76919




More information about the All-commits mailing list