[llvm-branch-commits] [llvm] [AllocToken, Clang] Implement __builtin_alloc_token_infer() and llvm.alloc.token.id (PR #156842)
Oliver Hunt via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 9 22:54:25 PDT 2025
================
@@ -846,6 +836,22 @@ static void addSanitizers(const Triple &TargetTriple,
}
}
+static void addAllocTokenPass(const Triple &TargetTriple,
----------------
ojhunt wrote:
I'd rather separate sema changes from codegen
https://github.com/llvm/llvm-project/pull/156842
More information about the llvm-branch-commits
mailing list