[llvm] [AMDGPU] Automatic conversion from wave32 to wave64 (PR #137376)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 06:46:46 PDT 2025


================
@@ -174,6 +177,9 @@ extern char &SIShrinkInstructionsLegacyID;
 void initializeSIFixSGPRCopiesLegacyPass(PassRegistry &);
 extern char &SIFixSGPRCopiesLegacyID;
 
+void initializeAMDGPUConvertWaveSizeLegacyPass(PassRegistry &);
+extern char &AMDGPUConvertWaveSizeLegacyID;
----------------
shiltian wrote:

Where do you plan to insert this pass? In middle end optimization pipeline or the code generation pipeline?

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


More information about the llvm-commits mailing list