[all-commits] [llvm/llvm-project] fa5892: [mlir][linalg] Remove redundant check on linalgOps...
Stanley Winata via All-commits
all-commits at lists.llvm.org
Mon Oct 10 13:23:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa58926d7cff53ecd737ea9fdc5d12900c016667
https://github.com/llvm/llvm-project/commit/fa58926d7cff53ecd737ea9fdc5d12900c016667
Author: Stanley Winata <stanley at nod-labs.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list