[llvm] [SPIRV] Add pass to replace gethandlefromimplicitbinding (PR #146756)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 30 08:13:33 PDT 2025


================
@@ -226,6 +226,7 @@ void SPIRVPassConfig::addIRPasses() {
 }
 
 void SPIRVPassConfig::addISelPrepare() {
+  addPass(createSPIRVLegalizeImplicitBindingPass());
----------------
Keenuts wrote:

Looks OK to me: we are lowering some intrinsics before actual isel.

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


More information about the llvm-commits mailing list