diff --git a/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir b/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir deleted file mode 100644 index 8f85cf767..000000000 --- a/compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/test/test.mlir +++ /dev/null @@ -1,12 +0,0 @@ -module @test_single { - func.func private @callee(%i: index, %j: index) - %c0 = arith.constant 0 : index - %c2 = arith.constant 2 : index - %tile_0_2 = amdaie.tile(%c0, %c2) - %core_0_2 = amdaie.core(%tile_0_2, in : [], out : []) { - scf.forall (%i, %j) in (2, 2) { - func.call @callee(%i, %j) : (index, index) -> () - } - amdaie.end - } -}