Skip to content

Commit 68778fb

Browse files
committed
Revert some changes
1 parent 1859a9b commit 68778fb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mlir/include/mlir/Interfaces/ViewLikeInterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "mlir/IR/BuiltinTypes.h"
2020
#include "mlir/IR/OpImplementation.h"
2121
#include "mlir/IR/PatternMatch.h"
22-
#include <_types/_uint64_t.h>
2322

2423
namespace mlir {
2524

mlir/lib/Dialect/Tensor/IR/TensorOps.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,6 @@ struct StaticTensorGenerate : public OpRewritePattern<GenerateOp> {
12401240
SmallVector<Value> newOperands;
12411241
SmallVector<int64_t> newShape;
12421242
operandsAndShape(resultType, dynamicExtents, newOperands, newShape);
1243-
12441243
for (int64_t newdim : newShape) {
12451244
// This check also occurs in the verifier, but we need it here too
12461245
// since intermediate passes may have replaced some dynamic dimensions

0 commit comments

Comments
 (0)