[llvm] [SPIR-V] Stop using Register to represent target specific virtual registers. (PR #129362)
VISHAKH PRAKASH via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 02:05:24 PDT 2025
================
@@ -1992,6 +1992,7 @@ bool SPIRVModuleAnalysis::runOnModule(Module &M) {
// Process type/const/global var/func decl instructions, number their
// destination registers from 0 to N, collect Extensions and Capabilities.
+ collectReqs(M, MAI, MMI, *ST);
----------------
VishMCW wrote:
@topperc is running collectReqs necessary?
https://github.com/llvm/llvm-project/pull/129362
More information about the llvm-commits
mailing list