[PATCH] D147866: ValueTracking: Implement computeKnownFPClass for minnum/maxnum

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 08:24:33 PDT 2023


arsenm updated this revision to Diff 512155.
arsenm added a comment.

Fix optimistic nan handling if first operand is known non-nan but the second isn't


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147866/new/

https://reviews.llvm.org/D147866

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Transforms/Attributor/nofpclass-minnum-maxnum.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147866.512155.patch
Type: text/x-patch
Size: 9446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230410/359d5bce/attachment.bin>


More information about the llvm-commits mailing list