[PATCH] D157894: InstSimplify: Handle exp10(log10(x)) -> x

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 11:25:44 PDT 2023


kpn accepted this revision.
kpn added a comment.
This revision is now accepted and ready to land.

How do we know that x is >0?

But I see that we don't worry about this for the existing cases so LGTM.


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

https://reviews.llvm.org/D157894



More information about the llvm-commits mailing list