[llvm] AMDGPU/GlobalISel: add RegBankLegalize rules for bitfield extract (PR #132381)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 04:50:42 PDT 2025


================
@@ -168,6 +168,8 @@ enum LoweringMethodID {
   DoNotLower,
   VccExtToSel,
   UniExtToSel,
+  Uni_BFE,
+  Div_BFE,
----------------
arsenm wrote:

V vs. S, not uniform vs scalar 

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


More information about the llvm-commits mailing list