diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2025-07-31 15:56:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 15:56:31 -0400 |
commit | 37e03b56b8172d73ebd755a210fcfa031133220a (patch) | |
tree | 0377f9673578592ad44b53ccf45669e8a067c41a /llvm/lib/Passes/PassBuilder.cpp | |
parent | a85c725952f7eec54552c195353ff0cb6275a2e0 (diff) | |
download | llvm-37e03b56b8172d73ebd755a210fcfa031133220a.zip llvm-37e03b56b8172d73ebd755a210fcfa031133220a.tar.gz llvm-37e03b56b8172d73ebd755a210fcfa031133220a.tar.bz2 |
Revert "[PGO] Add `llvm.loop.estimated_trip_count` metadata" (#151585)
Reverts llvm/llvm-project#148758
[As
requested.](https://github.com/llvm/llvm-project/pull/148758#pullrequestreview-3076627201)
Diffstat (limited to 'llvm/lib/Passes/PassBuilder.cpp')
-rw-r--r-- | llvm/lib/Passes/PassBuilder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Passes/PassBuilder.cpp b/llvm/lib/Passes/PassBuilder.cpp index 90ea0c1..f810368 100644 --- a/llvm/lib/Passes/PassBuilder.cpp +++ b/llvm/lib/Passes/PassBuilder.cpp @@ -252,7 +252,6 @@ #include "llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h" #include "llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h" #include "llvm/Transforms/Instrumentation/PGOCtxProfLowering.h" -#include "llvm/Transforms/Instrumentation/PGOEstimateTripCounts.h" #include "llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h" #include "llvm/Transforms/Instrumentation/PGOInstrumentation.h" #include "llvm/Transforms/Instrumentation/RealtimeSanitizer.h" |