[all-commits] [llvm/llvm-project] 0fe5f0: [RISCV][NFC] Use nested namespace definations.

Jianjian Guan via All-commits all-commits at lists.llvm.org
Fri Aug 12 19:12:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fe5f03eeb8fd0f191e0b3ccced041e2b7bf362d
      https://github.com/llvm/llvm-project/commit/0fe5f03eeb8fd0f191e0b3ccced041e2b7bf362d
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-08-13 (Sat, 13 Aug 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

  Log Message:
  -----------
  [RISCV][NFC] Use nested namespace definations.

Since we use C++17 now, we could use nested namespace definations to simplify code.

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




More information about the All-commits mailing list