[llvm] [AMDGPU] Fold saddsat(x, -C) to ssubsat(x, C) when C is an inline constant (PR #216592)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 16 12:29:46 PDT 2026
https://github.com/arsenm commented:
Also handle the 16-bit case? what about unsigned cases?
https://github.com/llvm/llvm-project/pull/216592
More information about the llvm-commits
mailing list