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 cdf3d98 commit 7d22af1Copy full SHA for 7d22af1
mlir/include/mlir/Target/LLVMIR/TypeToLLVM.h
@@ -14,12 +14,9 @@
14
#ifndef MLIR_TARGET_LLVMIR_TYPETOLLVM_H
15
#define MLIR_TARGET_LLVMIR_TYPETOLLVM_H
16
17
-#include "llvm/ADT/ArrayRef.h"
18
-
19
#include <memory>
20
21
namespace llvm {
22
-class FunctionType;
23
class DataLayout;
24
class LLVMContext;
25
class Type;
mlir/lib/Target/LLVMIR/TypeToLLVM.cpp
@@ -14,7 +14,6 @@
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
-#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Type.h"
using namespace mlir;
0 commit comments