[all-commits] [llvm/llvm-project] 0b0590: [mlir] Remove some rarely used OpState members and...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Feb 25 23:37:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b05908feb0117dcfa18485a6c9df5229e32bd7a
https://github.com/llvm/llvm-project/commit/0b05908feb0117dcfa18485a6c9df5229e32bd7a
Author: Christian Sigg <csigg at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M mlir/include/mlir/IR/BuiltinOps.td
M mlir/include/mlir/IR/OpDefinition.h
M mlir/lib/IR/BuiltinDialect.cpp
Log Message:
-----------
[mlir] Remove some rarely used OpState members and use Operation members instead.
Skipping the deprecation dance here.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D97494
More information about the All-commits
mailing list