[llvm] [llvm][CodeGen] Intrinsic `llvm.powi.*` code gen for vector arguments (PR #118242)
Zhaoxin Yang via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 17:46:50 PST 2024
================
@@ -2585,6 +2585,8 @@ SDValue DAGTypeLegalizer::PromoteIntOp_ExpOp(SDNode *N) {
: RTLIB::getLDEXP(N->getValueType(0));
if (LC == RTLIB::UNKNOWN_LIBCALL || !TLI.getLibcallName(LC)) {
+ if (IsPowI && N->getValueType(0).isVector())
----------------
ylzsx wrote:
Thanks, I will add the comment.
https://github.com/llvm/llvm-project/pull/118242
More information about the llvm-commits
mailing list