[clang] [llvm] [InstCombine] fold float clamp pattern into llvm.max/min (PR #159652)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 20:10:58 PDT 2025
arsenm wrote:
This is a canonicalize introducing transformation. If %arg0 is a denormal, and the transformed result will be flushed but it wouldn't in the original
https://github.com/llvm/llvm-project/pull/159652
More information about the llvm-commits
mailing list