[PATCH] D147932: ValueTracking: Implement computeKnownFPClass for various rounding intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 04:16:33 PDT 2023


arsenm updated this revision to Diff 522535.
arsenm marked an inline comment as done.
arsenm added a comment.

Denormal inputs


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

https://reviews.llvm.org/D147932

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Transforms/Attributor/nofpclass-ceil.ll
  llvm/test/Transforms/Attributor/nofpclass-floor.ll
  llvm/test/Transforms/Attributor/nofpclass-nearbyint.ll
  llvm/test/Transforms/Attributor/nofpclass-rint.ll
  llvm/test/Transforms/Attributor/nofpclass-round.ll
  llvm/test/Transforms/Attributor/nofpclass-roundeven.ll
  llvm/test/Transforms/Attributor/nofpclass-trunc.ll
  llvm/test/Transforms/Attributor/nofree.ll
  llvm/test/Transforms/Attributor/willreturn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147932.522535.patch
Type: text/x-patch
Size: 137453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/6009c02a/attachment.bin>


More information about the llvm-commits mailing list