[mlir][linalg] Remove redundant check on linalgOps to fix windows builder
authorStanley Winata <stanley@nod-labs.com>
Mon, 10 Oct 2022 20:12:41 +0000 (13:12 -0700)
committerStanley Winata <stanley@nod-labs.com>
Mon, 10 Oct 2022 20:19:18 +0000 (13:19 -0700)
commitfa58926d7cff53ecd737ea9fdc5d12900c016667
tree112e6cc81155ec5ad81ec61db6abbd24d46988b2
parent277c382760bf9575cfa2eac73d5ad1db91466d3f
[mlir][linalg] Remove redundant check on linalgOps to fix windows builder

One of the assertion is causing signed/unsigned mismatch. However this
assertion seems redundant and is no longer used.

Reviewed By: mravishankar, ThomasRaoux

Differential Revision: https://reviews.llvm.org/D135612
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp