1// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s 2 3llvm.func @vscale_func() vscale_range(2,8) { 4 // CHECK-LABEL: define void @vscale_func 5 // CHECK: attributes #{{.*}} = { vscale_range(2,8) } 6 llvm.return 7} 8