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

Petar Avramovic via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jun 5 03:48:03 PDT 2025


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

Added one above, is it clear now?

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


More information about the llvm-branch-commits mailing list