Skip to content

Commit 7177f88

Browse files
committed
rebase
1 parent edace86 commit 7177f88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/Dialect/HW/Transforms/FlattenModules.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void FlattenModulesPass::runOnOperation() {
132132
continue;
133133

134134
bool isLastModuleUse = --numUsesLeft == 0;
135-
mlir::InlinerConfig config;
135+
136136
PrefixingInliner inliner(&getContext(), inst.getInstanceName());
137137
if (failed(mlir::inlineRegion(inliner, config.getCloneCallback(),
138138
&module.getBody(), inst,

llvm

Submodule llvm updated 571 files

test/Dialect/Moore/types-errors.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// RUN: circt-opt --verify-diagnostics --split-input-file %s
22

33
// -----
4-
// expected-error @below {{invalid kind of type specified}}
4+
// expected-error @below {{invalid kind of Type specified}}
55
// expected-error @below {{parameter 'elementType' which is to be a `PackedType`}}
66
unrealized_conversion_cast to !moore.array<4 x string>
77

88
// -----
9-
// expected-error @below {{invalid kind of type specified}}
9+
// expected-error @below {{invalid kind of Type specified}}
1010
// expected-error @below {{parameter 'elementType' which is to be a `PackedType`}}
1111
unrealized_conversion_cast to !moore.open_array<string>
1212

0 commit comments

Comments
 (0)