[mlir][Linalg] Fix ignoring nodiscard return value
ff94419a changed the return value of appendMangledType() to LogicalResult, which is marked as nodiscard. Ignoring the result generates a warning when building with clang. Reviewed By: nicolasvasilache, chelini Differential Revision: https://reviews.llvm.org/D142202
Loading
Please sign in to comment