[llvm] [AMDGPU] prevent shrinking udiv/urem if either operand is in (SignedMax,UnsignedMax] (PR #116733)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 22:39:31 PST 2024
choikwa wrote:
Going to try to use computeKnownBits for signed and unsigned cases for consistency and wider available information. Will also look at the LibC failure.
https://github.com/llvm/llvm-project/pull/116733
More information about the llvm-commits
mailing list