Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There are a lot more places in ConstantFolding.cpp where exp2 appears. Don't those need exp10 support alongside exp2 as well?
Comment Actions
Those are for the libcalls, not the intrinsics. They're related but not that related. I looked into handling those as a separate change but ran into https://github.com/llvm/llvm-project/issues/64677