[llvm] [InstCombine] Enable FAdd simplifications when user can ignore sign bit (PR #157757)

Vedant Paranjape via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 14:57:18 PDT 2025


VedantParanjape wrote:

@arsenm tracking here for which call operators this can be implemented.

- [ ] visitFNeg
- [X] visitFAdd
- [ ] visitFSub
- [ ] visitFMul
- [ ] visitFRem
- [ ] visitFDiv

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


More information about the llvm-commits mailing list