[llvm] [ISel][AArch64] Add CodeGen support for partial sub reductions. (PR #186809)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 09:00:23 PDT 2026
================
----------------
paulwalker-arm wrote:
Is the double negation necessary for floating-point? Floating-point doesn't have the same twos complement issues as integer so it should be safe to continue to negate one of the multiplicands.
https://github.com/llvm/llvm-project/pull/186809
More information about the llvm-commits
mailing list