[llvm] [AMDGPU] Use s_cmovk_i32 instead of s_cselect_b32 when applicable (PR #135232)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 1 01:33:46 PDT 2025
================
@@ -883,6 +883,50 @@ bool SIShrinkInstructions::run(MachineFunction &MF) {
}
}
+ // Try to use S_MOVK_I32
----------------
arsenm wrote:
Comment doesn't match
https://github.com/llvm/llvm-project/pull/135232
More information about the llvm-commits
mailing list