[all-commits] [llvm/llvm-project] 4a76c2: [RISCV] Reduce arguments for CVStore_rr_inc and CV...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Mar 10 17:19:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a76c20bab1505851d54cd30d4bf7a1b161db9fd
      https://github.com/llvm/llvm-project/commit/4a76c20bab1505851d54cd30d4bf7a1b161db9fd
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

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

  Log Message:
  -----------
  [RISCV] Reduce arguments for CVStore_rr_inc and CVStore_rr clases in RISCVInstrInfoXCV.td. NFC

The ins, outs, and argstr for all instantiations of the classes
are the same so just make them part of the class.


  Commit: a5a33d82931def5a2f6f4dcfca834574190b4b50
      https://github.com/llvm/llvm-project/commit/a5a33d82931def5a2f6f4dcfca834574190b4b50
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

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

  Log Message:
  -----------
  [RISCV] Move let Constraints closer to where outs/ins are declared in RISCVInstrInfoXCV.td. NFC

The Constraint refers to the ins/outs register names so should be
as close as they can be.


Compare: https://github.com/llvm/llvm-project/compare/016557fab24a...a5a33d82931d

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