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

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 05:34:17 PDT 2024


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

Idk, I was hoping we could get rid of the other one :) Maybe we could call this one AMDGPUStandaloneRegBankSelect, since it's not inheriting from RegBankSelect (at least if that's the intention for the long term).

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


More information about the llvm-commits mailing list