Since we use C++17 now, we could use nested namespace definations to simplify code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D131751
[RISCV][NFC] Use nested namespace definations. ClosedPublic Authored by jacquesguan on Aug 11 2022, 11:49 PM.
Details Summary Since we use C++17 now, we could use nested namespace definations to simplify code.
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Aug 12 2022, 9:43 AM This revision was landed with ongoing or failed builds.Aug 12 2022, 7:12 PM Closed by commit rG0fe5f03eeb8f: [RISCV][NFC] Use nested namespace definations. (authored by jacquesguan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452088 llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
|