Fix two warnings introduced by 69011a2ad0ce "[mlir][Linalg] Make Elementwise op fusio...
authorJorge Gorbe Moya <jgorbe@google.com>
Tue, 31 Jan 2023 21:49:07 +0000 (13:49 -0800)
committerJorge Gorbe Moya <jgorbe@google.com>
Tue, 31 Jan 2023 21:51:33 +0000 (13:51 -0800)
commitb09e6b9810dc542eec3acd9f74d84423ca349a96
treea44ebf8cc6e8d77a60508bb2b47b08211f5c12ee
parentcf2d436b31af3c5eb33cfb708b0f5eeb30e57070
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
mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp