Skip to content

Commit 05cd3cf

Browse files
committed
Support exp2 as well
1 parent cd88f57 commit 05cd3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ bool PreISelIntrinsicLowering::lowerIntrinsics(Module &M) const {
455455
Changed |= lowerObjCCall(F, "objc_sync_exit");
456456
break;
457457
case Intrinsic::exp:
458+
case Intrinsic::exp2:
458459
Changed |= forEachCall(F, [&](CallInst *CI) {
459460
// TODO: Check legality and check if scalable
460461
if (!CI->getArgOperand(0)->getType()->isVectorTy())

0 commit comments

Comments
 (0)