[llvm] [InstCombine] Add fold for fabs(-x) -> fabs(x) (PR #94183)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 08:19:43 PDT 2024


goldsteinn wrote:

Thank you for the contribution.

You might want to see: https://llvm.org/docs/InstCombineContributorGuide.html

Particularly in the case of this PR, you are missing Alive2 Proofs and should Pre-Commit your tests.

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


More information about the llvm-commits mailing list