[PATCH] D157892: ConstantFolding: Handle exp10 intrinsic

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


kpn added a comment.

There are a lot more places in ConstantFolding.cpp where exp2 appears. Don't those need exp10 support alongside exp2 as well?


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

https://reviews.llvm.org/D157892



More information about the llvm-commits mailing list