Skip to content

Commit

Permalink
[Cleanup] Remove public API without implementation (nod-ai#832)
Browse files Browse the repository at this point in the history
And remove tests for pass which has been removed
  • Loading branch information
newling authored Oct 7, 2024
1 parent 82841cd commit 8bec5a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 345 deletions.
2 changes: 0 additions & 2 deletions compiler/plugins/target/AMD-AIE/aie/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ createAMDAIELocalizeLocksPass();
std::unique_ptr<OperationPass<xilinx::AIE::DeviceOp>>
createAMDAIENormalizeAddressSpacesPass();
std::unique_ptr<OperationPass<xilinx::AIE::DeviceOp>>
createAMDAIEObjectFifoStatefulTransformPass();
std::unique_ptr<OperationPass<xilinx::AIE::DeviceOp>>
createAMDAIEPathfinderPass();
std::unique_ptr<OperationPass<ModuleOp>> createAMDAIECoreToStandardPass();
std::unique_ptr<OperationPass<xilinx::AIE::DeviceOp>>
Expand Down
223 changes: 0 additions & 223 deletions compiler/plugins/target/AMD-AIE/aie/test/AIE2_static_l1.mlir

This file was deleted.

Loading

0 comments on commit 8bec5a7

Please sign in to comment.