[llvm] [AMDGPU] Add waterfall intrinsics (PR #192409)
Petar Avramovic via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 04:15:07 PDT 2026
================
@@ -5521,6 +5520,33 @@ AMDGPURegisterBankInfo::getInstrMapping(const MachineInstr &MI) const {
OpdsMapping[1] = AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, Size);
break;
}
+ case Intrinsic::amdgcn_waterfall_begin: {
----------------
petar-avramovic wrote:
from comment for new-reg-bank-select, can we implement in AMDGPURegBankLegalizeRules.cpp
https://github.com/llvm/llvm-project/pull/192409
More information about the llvm-commits
mailing list