[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
Sat Dec 20 05:44:20 PST 2025
arsenm wrote:
Switched to replace the select operand in the cases where possible. The DAZ cases still need to treat this as a combined operation. The reciprocal fold also special cases the full operation to avoid introducing an unnecessary freeze. I'm also not confident I'm handling the undef case correctly
https://github.com/llvm/llvm-project/pull/172998
More information about the llvm-branch-commits
mailing list