[all-commits] [llvm/llvm-project] 7bf1e4: Revert "Refactor OperationName to use virtual tabl...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Jan 16 15:12:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bf1e441da6b59a25495fde8e34939f93548cc6d
https://github.com/llvm/llvm-project/commit/7bf1e441da6b59a25495fde8e34939f93548cc6d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M mlir/include/mlir/IR/ExtensibleDialect.h
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/IR/Operation.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/AsmParser/Parser.cpp
M mlir/lib/IR/AsmPrinter.cpp
M mlir/lib/IR/ExtensibleDialect.cpp
M mlir/lib/IR/MLIRContext.cpp
M mlir/lib/IR/Operation.cpp
M mlir/lib/Rewrite/ByteCode.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/unittests/Interfaces/InferTypeOpInterfaceTest.cpp
Log Message:
-----------
Revert "Refactor OperationName to use virtual tables for dispatch (NFC)"
This reverts commit e055aad5ffb348472c65dfcbede85f39efe8f906.
This crashes on Windows at the moment for some reasons.
More information about the All-commits
mailing list