Skip to content

Commit 5ee54ac

Browse files
authored
Bump LLVM to d9190f8141661bd6120dea61d28ae8940fd775d0 (#8715)
Preparing this week's bump to get * llvm/llvm-project#149087 * llvm/llvm-project#139694 Changes: * Remove ambiguous builder in SV
1 parent 16f899d commit 5ee54ac

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

include/circt/Dialect/SV/SVExpressions.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ def VerbatimExprOp : SVOp<"verbatim.expr", [Pure, HasCustomSSAName]> {
6262
"build(odsBuilder, odsState, resultType, "
6363
"odsBuilder.getStringAttr(formatString), substitutions,"
6464
"odsBuilder.getArrayAttr({}));">,
65-
OpBuilder<(ins "Type":$resultType, "StringAttr":$formatString,
66-
CArg<"ValueRange", "{}">:$substitutions),
67-
"build(odsBuilder, odsState, resultType, "
68-
"formatString, substitutions,"
69-
"odsBuilder.getArrayAttr({}));">
7065
];
7166
}
7267

lib/Bindings/Python/MSFTModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ void circt::python::populateDialectMSFTSubmodule(nb::module_ &m) {
222222
locs.push_back({nullptr});
223223
else
224224
locs.push_back(mlirPythonCapsuleToAttribute(
225-
mlirApiObjectToCapsule(attrHandle).ptr()));
225+
mlirApiObjectToCapsule(attrHandle)->ptr()));
226226
return cls(circtMSFTLocationVectorAttrGet(ctxt, type, locs.size(),
227227
locs.data()));
228228
},

llvm

Submodule llvm updated 1937 files

0 commit comments

Comments
 (0)