[PATCH] D149362: [SPIR-V] Rename SPIRVGlobalRegistry to SPIRVGlobalObjectRegistry
Michal Paszkowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 11:00:17 PDT 2023
mpaszkowski created this revision.
mpaszkowski added reviewers: konrad.trifunovic, iliya-diyachkov, zuban32.
Herald added subscribers: ThomasRaoux, hiraditya.
Herald added a project: All.
mpaszkowski requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch renames SPIRVGlobalRegistry to SPIRVGlobalObjectRegistry -- in preparation for adding SPIRVGlobalInstrRegistry (will create a separate revision and link below). This patch also marks GlobalObjectRegistry find/add method arguments as const.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149362
Files:
llvm/lib/Target/SPIRV/CMakeLists.txt
llvm/lib/Target/SPIRV/Registries/SPIRVGlobalObjectRegistry.cpp
llvm/lib/Target/SPIRV/Registries/SPIRVGlobalObjectRegistry.h
llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
llvm/lib/Target/SPIRV/SPIRVBuiltins.h
llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
llvm/lib/Target/SPIRV/SPIRVCallLowering.h
llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.h
llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
llvm/lib/Target/SPIRV/SPIRVSubtarget.h
llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149362.517645.patch
Type: text/x-patch
Size: 160888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230427/6253dd70/attachment-0001.bin>
More information about the llvm-commits
mailing list