[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Add waterfall lowering in regbanklegalize (PR #145912)
Pierre van Houtryve via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jun 27 04:01:49 PDT 2025
================
@@ -188,7 +188,11 @@ enum RegBankLLTMappingApplyID {
Sgpr32Trunc,
- // Src only modifiers: waterfalls, extends
+ // Src only modifiers: execute in waterfall loop if divergent
+ Sgpr32_W,
----------------
Pierre-vh wrote:
nit: use a suffix like `_WF` for WaterFall?
I keep thinking this is meant to say "wide" for some reason; maybe it's just me
https://github.com/llvm/llvm-project/pull/145912
More information about the llvm-branch-commits
mailing list