You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIR register usage must be dominated by their definitions.
The SPIR-V backend generates the instruction after the user, meaning we break this requirement.
Seems like the fix is in SPIRVPreLegalizer.cpp, the setInsertPt call might have the wrong param.