[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Add waterfall lowering in regbanklegalize (PR #142790)

Pierre van Houtryve via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jun 5 01:49:21 PDT 2025


================
@@ -165,6 +165,8 @@ enum RegBankLLTMappingApplyID {
   Sgpr32Trunc,
 
   // Src only modifiers: waterfalls, extends
+  Sgpr32_W,
+  SgprV4S32_W,
----------------
Pierre-vh wrote:

Can you add a trailing comment or rename this ? The `_W` suffix is not immediately clear to me

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


More information about the llvm-branch-commits mailing list