[all-commits] [llvm/llvm-project] e6075b: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Jan 6 18:41:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6075b2c2cd52166ee69d17b5358af11cffc8405
https://github.com/llvm/llvm-project/commit/e6075b2c2cd52166ee69d17b5358af11cffc8405
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h:913:30:
error: private field 'options' is not used
[-Werror,-Wunused-private-field]
More information about the All-commits
mailing list