Skip to content

Commit d234a83

Browse files
committed
[MemoryBanking] Fix bad includes in MemoryBanking
Remove unnecessary includes in MemoryBanking.cpp. This was causing the Python wheels to fail to publish. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent 0122bad commit d234a83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/Transforms/MemoryBanking.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- MemoryBanking.cpp - Code to perform memory bnaking in parallel loops
2-
//--------------------===//
1+
//===- MemoryBanking.cpp - memory bank parallel loops -----------*- C++ -*-===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.
@@ -14,9 +13,6 @@
1413
#include "circt/Support/LLVM.h"
1514
#include "circt/Transforms/Passes.h"
1615
#include "mlir/Dialect/Affine/IR/AffineOps.h"
17-
#include "mlir/Dialect/Affine/LoopUtils.h"
18-
#include "mlir/Dialect/Affine/Passes.h"
19-
#include "mlir/Dialect/Affine/Utils.h"
2016
#include "mlir/Dialect/Func/IR/FuncOps.h"
2117
#include "mlir/Dialect/MemRef/IR/MemRef.h"
2218
#include "mlir/Dialect/SCF/IR/SCF.h"

0 commit comments

Comments
 (0)