[all-commits] [llvm/llvm-project] 19dd9c: LangRef: Fix minimumnum/maximumnum nan handling ph...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri May 9 02:16:34 PDT 2025


  Branch: refs/heads/users/arsenm/langref/fix-phasing-minimumnum-maximumnum
  Home:   https://github.com/llvm/llvm-project
  Commit: 19dd9cef97b7880315a22c960a8b620daa8697d1
      https://github.com/llvm/llvm-project/commit/19dd9cef97b7880315a22c960a8b620daa8697d1
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  LangRef: Fix minimumnum/maximumnum nan handling phrasing

Make this consistent with other operations with respect to
signaling nan quieting. This was specifying that quieting is
required, which is true for IEEE. Make this consistent with other
IR operations, and signaling nan quieting is possible but optional
in the case where there are two nan inputs.

This permits directly selecting the intrinsic to the hardware
instruction in the default floating-point environment for shaders.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list