[llvm-branch-commits] [SPARC] Use op-then-neg instructions when we have VIS3 (PR #135717)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Apr 26 16:02:17 PDT 2025


koachan wrote:

Hmm, changing my approach here.
To make the patch much simpler, instead of trying to handle every combination of operations, this one will only handle the basic cases of literal `-(a+b)` and `-(a*b)`.
Handling other equivalent patterns will be done in separate patches in the future.

https://github.com/llvm/llvm-project/pull/135717


More information about the llvm-branch-commits mailing list