[all-commits] [llvm/llvm-project] b09e6b: Fix two warnings introduced by 69011a2ad0ce "[mlir...
Jorge Gorbe Moya via All-commits
all-commits at lists.llvm.org
Tue Jan 31 13:52:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b09e6b9810dc542eec3acd9f74d84423ca349a96
https://github.com/llvm/llvm-project/commit/b09e6b9810dc542eec3acd9f74d84423ca349a96
Author: Jorge Gorbe Moya <jgorbe at google.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
Log Message:
-----------
Fix two warnings introduced by 69011a2ad0ce "[mlir][Linalg] Make Elementwise op fusion return a map from existing values to values in the fused op." (NFCI)
- a -Wunused-result from ignoring a LogicalResult return value.
- an unused variable
More information about the All-commits
mailing list