aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorTim Gymnich <tim@gymni.ch>2025-05-22 17:17:02 +0200
committerGitHub <noreply@github.com>2025-05-22 17:17:02 +0200
commit571a24c314acf71db7a76449bc2bfd9a66ceb881 (patch)
tree460b83c01a8579d528ecd5ddd4be04d59062de0c /llvm/lib/CodeGen/CodeGenPrepare.cpp
parent1fdf02ad5a4ca155017eea22688365a20aab077c (diff)
downloadllvm-571a24c314acf71db7a76449bc2bfd9a66ceb881.zip
llvm-571a24c314acf71db7a76449bc2bfd9a66ceb881.tar.gz
llvm-571a24c314acf71db7a76449bc2bfd9a66ceb881.tar.bz2
Reland [llvm] add GenericFloatingPointPredicateUtils #140254 (#141065)
#140254 was previously missing 2 files in the bazel build config.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGenPrepare.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 76f2762..5226302 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -24,6 +24,7 @@
#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"