Skip to content

Commit 6f7108f

Browse files
committed
Removing includes from MemRef experiments
1 parent ac74d6a commit 6f7108f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,12 @@
4646
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
4747
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
4848
#include "mlir/Dialect/Math/IR/Math.h"
49-
#include "mlir/Dialect/MemRef/IR/MemRef.h"
5049
#include "mlir/Dialect/Vector/IR/VectorOps.h"
5150
#include "llvm/Support/CommandLine.h"
5251
#include "llvm/Support/Debug.h"
5352
#include "llvm/Support/MathExtras.h"
5453
#include "llvm/Support/raw_ostream.h"
5554
#include <cfenv> // temporary -- only used in genIeeeGetOrSetModesOrStatus
56-
#include <mlir/IR/BuiltinTypes.h>
57-
#include <mlir/IR/Types.h>
5855
#include <optional>
5956

6057
#define DEBUG_TYPE "flang-lower-intrinsic"

0 commit comments

Comments
 (0)