[llvm] [AllocToken] Introduce AllocToken instrumentation pass (PR #156838)
Marco Elver via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 08:19:40 PDT 2025
================
@@ -0,0 +1,84 @@
+; RUN: opt < %s -passes=inferattrs,alloc-token -alloc-token-mode=increment -S | FileCheck %s
----------------
melver wrote:
Switched to auto-generated tests.
I'll refrain the intermediate PR, because I think it's clear enough as-is. It'll be a pain in case we need to revert things and can't fix forward (hoping that won't be the case though).
https://github.com/llvm/llvm-project/pull/156838
More information about the llvm-commits
mailing list