[all-commits] [llvm/llvm-project] 0207e9: [X86][NFC] Move classe BinOp*, UnaryOp* to X86Inst...

Shengchen Kan via All-commits all-commits at lists.llvm.org
Thu Dec 28 08:12:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0207e9eae9a72a2471a654d68c652c1fd2456d4c
      https://github.com/llvm/llvm-project/commit/0207e9eae9a72a2471a654d68c652c1fd2456d4c
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2023-12-29 (Fri, 29 Dec 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrArithmetic.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstrUtils.td

  Log Message:
  -----------
  [X86][NFC] Move classe BinOp*, UnaryOp* to X86InstrUtils.td and simplify CRC32 definitions

1. BinOp*, UnaryOp* will be used in X86InstrShiftRotate.td for the APX
   support
2. Simplify CRC32 definitions to extract the NFC change in 76434 into a
   separate commit




More information about the All-commits mailing list