[all-commits] [llvm/llvm-project] 507b37: [RISCV] Remove unused tablegen multiclass. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jun 7 16:49:13 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 507b37248d2b63fb645bb7052908818b39fe8a6f
      https://github.com/llvm/llvm-project/commit/507b37248d2b63fb645bb7052908818b39fe8a6f
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

  Log Message:
  -----------
  [RISCV] Remove unused tablegen multiclass. NFC


  Commit: 017e2400a96cc3a5491b6ac36ffe279a2b3138cf
      https://github.com/llvm/llvm-project/commit/017e2400a96cc3a5491b6ac36ffe279a2b3138cf
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

  Log Message:
  -----------
  [RISCV] Remove CarryIn and Constraint parameters from VPseudoTiedBinaryCarryIn. NFC

They were always passed the same values, 1 for CarryIn and "" for
Constraint.


  Commit: c8eff8788f1052398176f3aca5aebbd12368920a
      https://github.com/llvm/llvm-project/commit/c8eff8788f1052398176f3aca5aebbd12368920a
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

  Log Message:
  -----------
  [RISCV] Rename VPseudoBinaryCarryIn to VPseudoBinaryCarry. NFC

It doesn't always have a CarryIn. One of the parameters is named
CarryIn. It always has CarryOut or a CarryIn and in some cases both.


Compare: https://github.com/llvm/llvm-project/compare/211edca559fe...c8eff8788f10

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list