[llvm-branch-commits] [llvm] InstCombine: Fold out nanless canonicalize pattern (PR #172998)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 19 14:39:13 PST 2025
arsenm wrote:
> Both arms should be simplified independently.
I'm not sure that's possible for the second case. The intermediate fdiv cannot disappear while handling the canonicalize, the canonicalize is absorbing the effects from the fdiv
https://github.com/llvm/llvm-project/pull/172998
More information about the llvm-branch-commits
mailing list