[llvm] [SPIR-V][NFC] Remove unused helpers (PR #195804)

Arseniy Obolenskiy via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 04:56:59 PDT 2026


================
@@ -579,7 +579,7 @@ void SPIRVModuleAnalysis::collectFuncNames(MachineInstr &MI,
       if (Lnk == SPIRV::LinkageType::Import) {
         // Map imported function name to function ID register.
         const Function *ImportedFunc =
-            F->getParent()->getFunction(getStringImm(MI, 2));
----------------
aobolensk wrote:

Done

https://github.com/llvm/llvm-project/pull/195804


More information about the llvm-commits mailing list