blob: 644cde73ca896774deeab94236f9cc581da6c6a1 [file] [log] [blame]
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
llvm.func @vscale_func() vscale_range(2,8) {
// CHECK-LABEL: define void @vscale_func
// CHECK: attributes #{{.*}} = { vscale_range(2,8) }
llvm.return
}