[llvm] [DAGCombiner][AMDGPU] Track signedness in ByteProviders (PR #65995)
David Stuttard via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 03:00:17 PDT 2023
dstutt wrote:
This partially fixes the issue we were seeing, but still fails if one of the src's is signed and the other is unsigned.
https://github.com/llvm/llvm-project/pull/65995
More information about the llvm-commits
mailing list