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

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 05:57:53 PDT 2025


================
@@ -225,6 +228,103 @@ void RegBankLegalizeHelper::lower(MachineInstr &MI,
     MI.eraseFromParent();
     break;
   }
+  case Div_BFE: {
----------------
petar-avramovic wrote:

interesting, will look into that

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


More information about the llvm-commits mailing list