================ @@ -74,6 +74,9 @@ isSimpleEnoughValueToCommitHelper(Constant *C, return true; } + if (isa<ConstantPtrAuth>(C)) ---------------- fhahn wrote: Added tests with the different constants https://github.com/llvm/llvm-project/pull/143400