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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 04:01:14 PDT 2023


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

Rebase


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

https://reviews.llvm.org/D147932

Files:
  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/nofree.ll
  llvm/test/Transforms/Attributor/willreturn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147932.516737.patch
Type: text/x-patch
Size: 87921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/7c55167f/attachment-0001.bin>


More information about the llvm-commits mailing list