Skip to content

Commit 02bd530

Browse files
authored
Integrate llvm/llvm-project@95e0ae9f (#22214)
Carries same 2 reverts as previous integrate iree-org/iree#22200 Updates IREE for LLVM tablegen change llvm/llvm-project#161744 Signed-off-by: James Newling <[email protected]>
1 parent 6fe1d85 commit 02bd530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/iree/compiler/Dialect/VM/Tools/VMOpEncoderGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bool emitEncodeFnDefs(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) {
4343
continue;
4444

4545
Operator op(def);
46-
tblgen::NamespaceEmitter emitter(os, op.getDialect());
46+
tblgen::DialectNamespaceEmitter emitter(os, op.getDialect());
4747
os << formatv(
4848
"LogicalResult {0}::encode(SymbolTable &syms, VMFuncEncoder &e) {{\n",
4949
op.getCppClassName());

third_party/llvm-project

Submodule llvm-project updated 884 files

0 commit comments

Comments
 (0)