hanchenye-scalehls/test/Transforms/Directive/func-pipelining.mlir

7 lines
138 B
MLIR

// RUN: scalehls-opt -scalehls-func-pipelining="target-func=test" %s | FileCheck %s
// CHECK-LABEL: func @test
func @test() {
return
}