[all-commits] [llvm/llvm-project] caa514: [mlir] Use mlir::OpState::operator->() to get to O...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Tue Mar 2 04:30:10 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caa5144d569cf8fef01a0e1e47c20d321e4f5949
https://github.com/llvm/llvm-project/commit/caa5144d569cf8fef01a0e1e47c20d321e4f5949
Author: Christian Sigg <csigg at google.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M mlir/examples/toy/Ch3/mlir/Dialect.cpp
M mlir/examples/toy/Ch5/mlir/Dialect.cpp
M mlir/examples/toy/Ch6/mlir/Dialect.cpp
Log Message:
-----------
[mlir] Use mlir::OpState::operator->() to get to Operation::getAttrs().
This is a preparation step to remove getAttrs() from OpState.
More information about the All-commits
mailing list