[all-commits] [llvm/llvm-project] 863e81: [mlir] Move attr -> properties to not require Oper...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Jul 21 14:54:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 863e8123df5e7dfb58af93e65e4da3ced96d358f
https://github.com/llvm/llvm-project/commit/863e8123df5e7dfb58af93e65e4da3ced96d358f
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M mlir/include/mlir/IR/ExtensibleDialect.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/IR/MLIRContext.cpp
M mlir/lib/IR/Operation.cpp
Log Message:
-----------
[mlir] Move attr -> properties to not require Operation
This allows for converting before/without an Operation is created.
Differential Revision: https://reviews.llvm.org/D155996
More information about the All-commits
mailing list