[llvm] [AMDGPU] Use correct number of bits needed for div/rem shrinking (PR #80622)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 08:31:13 PST 2024
================
@@ -258,7 +258,7 @@ define amdgpu_kernel void @no_srem25_i24_i25_i32(ptr addrspace(1) %out, ptr addr
}
; FUNC-LABEL: {{^}}no_srem25_i25_i24_i32:
-; SI-NOT: v_cvt_f32_i32
----------------
choikwa wrote:
reverted with last commit incrementing AtLeast
https://github.com/llvm/llvm-project/pull/80622
More information about the llvm-commits
mailing list