We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd88f57 commit 05cd3cfCopy full SHA for 05cd3cf
llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
@@ -455,6 +455,7 @@ bool PreISelIntrinsicLowering::lowerIntrinsics(Module &M) const {
455
Changed |= lowerObjCCall(F, "objc_sync_exit");
456
break;
457
case Intrinsic::exp:
458
+ case Intrinsic::exp2:
459
Changed |= forEachCall(F, [&](CallInst *CI) {
460
// TODO: Check legality and check if scalable
461
if (!CI->getArgOperand(0)->getType()->isVectorTy())
0 commit comments