[all-commits] [llvm/llvm-project] b84f95: [mlir] Fix -Wunused-private-field in the Transform...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Apr 26 05:05:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b84f95fe5348ac97d33ffd2f6845b7f1b17b389c
https://github.com/llvm/llvm-project/commit/b84f95fe5348ac97d33ffd2f6845b7f1b17b389c
Author: Alex Zinenko <zinenko at google.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
Log Message:
-----------
[mlir] Fix -Wunused-private-field in the Transform dialect
Classes derived from TransformState::Extension may need access to the
parent state.
More information about the All-commits
mailing list