[llvm] [InstCombine] Skip division sinking with allowReciprocal flag (PR #167633)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 22:12:53 PST 2025
jinpzhanAMD wrote:
Thanks for the reviews.
Reassoc flag and the arcp flag are two independent (orthogonal) fmf flags, which shouldn't depend on each other.
The precision issue I'm working on can be fixed from our internal repo, thus I would close this PR.
https://github.com/llvm/llvm-project/pull/167633
More information about the llvm-commits
mailing list