[llvm] [SDAG] (abs (add nsw a, -b)) -> (abds a, b) (PR #175801)
Aleksandr Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 10:33:26 PDT 2026
aleks-tmb wrote:
It seems the patch introduced a miscompilation, tracked here: https://github.com/llvm/llvm-project/issues/185467
https://github.com/llvm/llvm-project/pull/175801
More information about the llvm-commits
mailing list