[all-commits] [llvm/llvm-project] d0f682: [RISCV][GISel] Use ArrayRef version of buildInstr ...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Nov 4 23:06:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0f6825da2d155ccfc4d07c51ae8676a861791ea
      https://github.com/llvm/llvm-project/commit/d0f6825da2d155ccfc4d07c51ae8676a861791ea
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-04 (Sat, 04 Nov 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp

  Log Message:
  -----------
  [RISCV][GISel] Use ArrayRef version of buildInstr to reduce code. NFC

Avoids the need for explicit addDef and addReg.




More information about the All-commits mailing list