[all-commits] [llvm/llvm-project] ca6213: [RISCV] Make RISCVMergeBaseOffsetOpt a class inste...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Mar 24 20:35:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca6213906f2b038a7ca54aa6d38088dc06f84685
      https://github.com/llvm/llvm-project/commit/ca6213906f2b038a7ca54aa6d38088dc06f84685
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-03-24 (Fri, 24 Mar 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp

  Log Message:
  -----------
  [RISCV] Make RISCVMergeBaseOffsetOpt a class instead of a struct. NFC

This lets us remove 'private:' from the top of the class.
While there collect the other private member variable at the top
of the class.




More information about the All-commits mailing list