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 ac74d6a commit 6f7108fCopy full SHA for 6f7108f
flang/lib/Optimizer/Builder/IntrinsicCall.cpp
@@ -46,15 +46,12 @@
46
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
47
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
48
#include "mlir/Dialect/Math/IR/Math.h"
49
-#include "mlir/Dialect/MemRef/IR/MemRef.h"
50
#include "mlir/Dialect/Vector/IR/VectorOps.h"
51
#include "llvm/Support/CommandLine.h"
52
#include "llvm/Support/Debug.h"
53
#include "llvm/Support/MathExtras.h"
54
#include "llvm/Support/raw_ostream.h"
55
#include <cfenv> // temporary -- only used in genIeeeGetOrSetModesOrStatus
56
-#include <mlir/IR/BuiltinTypes.h>
57
-#include <mlir/IR/Types.h>
58
#include <optional>
59
60
#define DEBUG_TYPE "flang-lower-intrinsic"
0 commit comments