[all-commits] [llvm/llvm-project] d63b66: [RISCV] Move some methods out of RISCVInstrInfo an...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Jun 12 10:47:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d63b66840f378451e4fb5d9eaecbbb3759a96a89
      https://github.com/llvm/llvm-project/commit/d63b66840f378451e4fb5d9eaecbbb3759a96a89
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-06-12 (Sun, 12 Jun 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp

  Log Message:
  -----------
  [RISCV] Move some methods out of RISCVInstrInfo and into RISCV namespace.

These methods don't access any state from RISCVInstrInfo. Make them
free functions in the RISCV namespace.

Reviewed By: frasercrmck

Differential Revision: https://reviews.llvm.org/D127583




More information about the All-commits mailing list