NFC comment-only cleanups

- Remove leftover comment from de2568aab8
 - Fix a typo in a comment
This commit is contained in:
Sanjoy Das 2021-02-10 21:18:37 -08:00
parent 3d15b7e7df
commit a76761cf0d
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ using namespace mlir;
using namespace mlir::linalg;
/// Implementation of fusion of generic ops and indexed_generic ops.
// struct FuseGenericOpsOnTensors {
static bool areTensorOpsFusable(LinalgOp producer, LinalgOp consumer,
unsigned consumerIdx) {
// Producer and consumer must have tensor semantics.