[PATCH] D136466: [StrictFP][IPSCCP] Constant fold constrained intrinsics

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 08:17:04 PDT 2022


kpn updated this revision to Diff 470166.
kpn added a comment.

Update for review comments: allow folding for more than constrained intrinsics.

I left the check for metadata in the same style as the check for struct types two lines up. To my eyes is reads nicer that way, but that's just one person's opinion.


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

https://reviews.llvm.org/D136466

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: D136466.470166.patch
Type: text/x-patch
Size: 5584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221024/efe6f1ec/attachment.bin>


More information about the llvm-commits mailing list