[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: Update divergence lowering tests (PR #128702)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 25 04:06:31 PST 2025
================
@@ -312,6 +312,12 @@ bool AMDGPURegBankLegalize::runOnMachineFunction(MachineFunction &MF) {
}
// Opcodes that also support S1.
+ if (Opc == G_FREEZE &&
----------------
arsenm wrote:
Missing freeze test?
https://github.com/llvm/llvm-project/pull/128702
More information about the llvm-branch-commits
mailing list