[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: add RegBankLegalize rules for bit shifts and sext-inreg (PR #132385)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 22 06:29:23 PDT 2025


================
@@ -171,6 +171,59 @@ void RegBankLegalizeHelper::lowerVccExtToSel(MachineInstr &MI) {
   MI.eraseFromParent();
 }
 
+std::pair<Register, Register> RegBankLegalizeHelper::unpackZExt(Register Reg) {
----------------
arsenm wrote:

const? 

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


More information about the llvm-branch-commits mailing list