[llvm] [SPIRV] Update the global registry when expanding function pointer (PR #183873)

Juan Manuel Martinez CaamaƱo via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 07:46:25 PST 2026


================

----------------
jmmartinez wrote:

To fix the failing test, it seems there was a use of the old `NewReg` that is missing an update.
```suggestion
              .addDef(ResVReg)
```

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


More information about the llvm-commits mailing list