[PATCH] D115737: [IPSCCP] Partial support for constrained intrinsics

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 11:48:31 PDT 2022


kpn updated this revision to Diff 437648.
kpn edited the summary of this revision.
kpn added a comment.
Herald added a project: All.

Update for review comments. I've also reduced it down to just fcmp and fcmps having a functional impact. I don't have a good way to test the binary operators just yet.


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

https://reviews.llvm.org/D115737

Files:
  llvm/lib/Transforms/Utils/SCCPSolver.cpp
  llvm/test/Transforms/SCCP/strictfp-phis-fcmp.ll
  llvm/test/Transforms/SCCP/strictfp-phis-fcmps.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115737.437648.patch
Type: text/x-patch
Size: 7754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220616/14aa2d7d/attachment.bin>


More information about the llvm-commits mailing list