[llvm] [SPIRV] Add spirv.VulkanBuffer types to the backend (PR #133475)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 07:38:59 PDT 2025
================
@@ -214,20 +214,48 @@ void SPIRVModuleAnalysis::setBaseInfo(const Module &M) {
}
}
+static InstrSignature instrToSignature(const MachineInstr &MI,
+ SPIRV::ModuleAnalysisInfo &MAI,
+ bool UseDefReg);
----------------
Keenuts wrote:
remove?
https://github.com/llvm/llvm-project/pull/133475
More information about the llvm-commits
mailing list