[all-commits] [llvm/llvm-project] 8811a8: [RISCV] Use defvar to simplify some code. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Dec 31 00:12:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8811a87e8c762e5b1e3faefc15e419e7b697bb26
      https://github.com/llvm/llvm-project/commit/8811a87e8c762e5b1e3faefc15e419e7b697bb26
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-12-30 (Thu, 30 Dec 2021)

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

  Log Message:
  -----------
  [RISCV] Use defvar to simplify some code. NFC

Rather than wrapping a def around a list, we can just make a defvar
of the list.




More information about the All-commits mailing list