hanchenye-scalehls/test/Transforms/Dataflow/func-duplication.mlir

7 lines
120 B
MLIR

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