[llvm-branch-commits] [llvm] [AllocToken] Introduce AllocToken instrumentation pass (PR #156838)

Marco Elver via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Sep 25 09:23:10 PDT 2025


================
@@ -0,0 +1,99 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=inferattrs,alloc-token -alloc-token-mode=increment -S | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
----------------
melver wrote:

We can drop it - some targets do not have all libcalls, but I think if we omit this we get some "default"? Tests pass.

https://github.com/llvm/llvm-project/pull/156838


More information about the llvm-branch-commits mailing list