We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297a5b7 commit 861eff2Copy full SHA for 861eff2
flang/lib/Lower/PFTBuilder.cpp
@@ -16,6 +16,7 @@
16
#include "llvm/ADT/DenseSet.h"
17
#include "llvm/ADT/IntervalMap.h"
18
#include "llvm/Support/CommandLine.h"
19
+#include "llvm/Support/Debug.h"
20
21
#define DEBUG_TYPE "flang-pft"
22
flang/lib/Optimizer/CodeGen/PreCGRewrite.cpp
@@ -19,6 +19,7 @@
#include "flang/Optimizer/Support/FIRContext.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/ADT/STLExtras.h"
23
24
//===----------------------------------------------------------------------===//
25
// Codegen rewrite: rewriting of subgraphs of ops
0 commit comments