================
@@ -3067,6 +3067,11 @@ Instruction *InstCombinerImpl::visitCallInst(CallInst
&CI) {
}
case Intrinsic::ptrauth_auth:
case Intrinsic::ptrauth_resign: {
+ // We don't support this optimization on intrinsic calls with deactivation
+ // symbols, which are represented using operand bundles.
+ if (II->hasOperandBundles())
----------------
fmayer wrote:
is it possible that there are other operand bundles? why don't we check for ds
specifically?
https://github.com/llvm/llvm-project/pull/133536
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits