[llvm] [TRE] Adjust function entry count when using instrumented profiles (PR #143987)
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 20 10:24:34 PDT 2025
================
@@ -0,0 +1,167 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals
+; RUN: opt -passes=tailcallelim -S %s -o - | FileCheck %s
+; RUN: opt -passes=tailcallelim -tre-disable-entrycount-recompute -S %s -o - | FileCheck %s --check-prefix=DISABLED
----------------
jdenny-ornl wrote:
Are CHECK and DISABLED directives identical except for metadata? Can we use something like `-check-prefixes=CHECK,ENABLED` and `-check-prefixes=CHECK,DISABLE` to avoid the duplication?
https://github.com/llvm/llvm-project/pull/143987
More information about the llvm-commits
mailing list