[llvm] AMDGPU/GlobalISel: Add skeletons for new register bank select passes (PR #112862)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 18:36:30 PDT 2024


================
@@ -39,6 +39,8 @@ FunctionPass *createSIFoldOperandsLegacyPass();
 FunctionPass *createSIPeepholeSDWALegacyPass();
 FunctionPass *createSILowerI1CopiesLegacyPass();
 FunctionPass *createAMDGPUGlobalISelDivergenceLoweringPass();
+FunctionPass *createAMDGPURBSelectPass();
----------------
arsenm wrote:

You can delete the old one and replace it with the generic regbankselect pass. It's not doing anything in the pass other than running the analysis 

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


More information about the llvm-commits mailing list