We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ce1aa commit 4370833Copy full SHA for 4370833
llvm/include/llvm/Analysis/HashRecognize.h
@@ -21,9 +21,12 @@
21
#include "llvm/IR/PassManager.h"
22
#include "llvm/IR/Value.h"
23
#include "llvm/Support/KnownBits.h"
24
-#include "llvm/Transforms/Scalar/LoopPassManager.h"
+#include <variant>
25
26
namespace llvm {
27
+
28
+class LPMUpdater;
29
30
/// A tuple of bits that are expected to be zero, number N of them expected to
31
/// be zero, with a boolean indicating whether it's the top or bottom N bits
32
/// expected to be zero.
0 commit comments