[llvm] AMDGPU/GlobalISel: RegBankLegalize rules for s_bitreplicate (PR #189138)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 03:50:28 PDT 2026
================
@@ -924,6 +890,80 @@ bool RegBankLegalizeHelper::lowerSplitBitCount64To32(MachineInstr &MI) {
return true;
}
+bool RegBankLegalizeHelper::lowerBitReplicateToVALU(MachineInstr &MI) {
----------------
arsenm wrote:
We need execution tests for this
https://github.com/llvm/llvm-project/pull/189138
More information about the llvm-commits
mailing list