[PATCH] D147866: ValueTracking: Implement computeKnownFPClass for minnum/maxnum
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr 20 04:44:37 PDT 2023
    
    
  
arsenm added a comment.
In D147866#4281634 <https://reviews.llvm.org/D147866#4281634>, @jcranmer-intel wrote:
> I suspect the wording in the LangRef doesn't match the actual intended semantics. If the operands compare equal, it should return "either value" instead of "a value that compares equal to both operands".
Fixed by D148792 <https://reviews.llvm.org/D148792>
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147866/new/
https://reviews.llvm.org/D147866
    
    
More information about the llvm-commits
mailing list