File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
mlir/lib/Conversion/StandardToLLVM Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ add_llvm_library(MLIRStandardToLLVM
7
7
add_dependencies (
8
8
MLIRStandardToLLVM
9
9
10
- MLIRLoopToStandard
11
10
MLIRLLVMIR
12
11
MLIRTransforms
13
12
LLVMCore
@@ -16,7 +15,6 @@ add_dependencies(
16
15
target_link_libraries (
17
16
MLIRStandardToLLVM
18
17
19
- MLIRLoopToStandard
20
18
MLIRLLVMIR
21
19
MLIRTransforms
22
20
LLVMCore
Original file line number Diff line number Diff line change 13
13
14
14
#include " mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h"
15
15
#include " mlir/ADT/TypeSwitch.h"
16
- #include " mlir/Conversion/LoopToStandard/ConvertLoopToStandard.h"
17
16
#include " mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h"
18
17
#include " mlir/Dialect/LLVMIR/LLVMDialect.h"
19
18
#include " mlir/Dialect/StandardOps/Ops.h"
@@ -2239,7 +2238,6 @@ struct LLVMLoweringPass : public ModulePass<LLVMLoweringPass> {
2239
2238
return signalPassFailure ();
2240
2239
2241
2240
OwningRewritePatternList patterns;
2242
- populateLoopToStdConversionPatterns (patterns, m.getContext ());
2243
2241
patternListFiller (*typeConverter, patterns);
2244
2242
2245
2243
ConversionTarget target (getContext ());
You can’t perform that action at this time.
0 commit comments