[llvm] [LangRef] Clarify specification for float min/max operations (PR #172012)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 12:59:17 PST 2025


arsenm wrote:

> We can do either. Is there one option that's better for backends / follow-up optimizations? 

Folding to the qNaN will allow more downstream operations to fold, since just about everything else simply propagates input nans 


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


More information about the llvm-commits mailing list