diff --git a/mlir/include/mlir/Dialect/LoopOps/Transforms.h b/mlir/include/mlir/Dialect/LoopOps/Transforms.h index 72d85f0b71e9..4a8c96e0d916 100644 --- a/mlir/include/mlir/Dialect/LoopOps/Transforms.h +++ b/mlir/include/mlir/Dialect/LoopOps/Transforms.h @@ -40,7 +40,7 @@ void naivelyFuseParallelOps(Region ®ion); /// min(tileSize[1], %arg3-%j1)) /// step (%arg4, %arg5) /// The old loop is replaced with the new one. -void tileParallelLoop(ParallelOp op, ArrayRef tileSizes); +void tileParallelLoop(ParallelOp op, llvm::ArrayRef tileSizes); } // namespace loop } // namespace mlir