[all-commits] [llvm/llvm-project] eebd0a: Remove unused class member (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Aug 7 22:38:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eebd0a57fc9387689af393a28cd00105ae9549e8
https://github.com/llvm/llvm-project/commit/eebd0a57fc9387689af393a28cd00105ae9549e8
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-08 (Sat, 08 Aug 2020)
Changed paths:
M mlir/include/mlir/Reducer/ReductionNode.h
M mlir/tools/mlir-reduce/ReductionNode.cpp
Log Message:
-----------
Remove unused class member (NFC)
Fix include/mlir/Reducer/ReductionNode.h:79:18: warning: private field 'parent' is not used [-Wunused-private-field]
Commit: 872bdc0be7dd38a3c41965cdeca876e03ac3fd6c
https://github.com/llvm/llvm-project/commit/872bdc0be7dd38a3c41965cdeca876e03ac3fd6c
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-08 (Sat, 08 Aug 2020)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
Log Message:
-----------
Remove unused static helper getMemRefTypeFromTensorType() (NFC)
Compare: https://github.com/llvm/llvm-project/compare/58acda1c16a9...872bdc0be7dd
More information about the All-commits
mailing list