diff options
author | Kewen12 <Kewen.Meng@amd.com> | 2025-05-21 16:31:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-21 19:31:14 -0400 |
commit | c47a5fbb229bbdee30aeb4e5761e8c083f2fe680 (patch) | |
tree | 2364232217c0831266268e7ae032cc73d18def7d /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | 60ad6e3fa45c03dc1fc7521ead7583a9a7d9fb61 (diff) | |
download | llvm-c47a5fbb229bbdee30aeb4e5761e8c083f2fe680.zip llvm-c47a5fbb229bbdee30aeb4e5761e8c083f2fe680.tar.gz llvm-c47a5fbb229bbdee30aeb4e5761e8c083f2fe680.tar.bz2 |
Revert "[llvm] add GenericFloatingPointPredicateUtils (#140254)" (#140968)
This reverts commit d00d74bb2564103ae3cb5ac6b6ffecf7e1cc2238.
The PR breaks our buildbots and blocks downstream merge.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGenPrepare.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp index 5226302..76f2762 100644 --- a/llvm/lib/CodeGen/CodeGenPrepare.cpp +++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp @@ -24,7 +24,6 @@ #include "llvm/ADT/Statistic.h" #include "llvm/Analysis/BlockFrequencyInfo.h" #include "llvm/Analysis/BranchProbabilityInfo.h" -#include "llvm/Analysis/FloatingPointPredicateUtils.h" #include "llvm/Analysis/InstructionSimplify.h" #include "llvm/Analysis/LoopInfo.h" #include "llvm/Analysis/ProfileSummaryInfo.h" |