8 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3define void @vscale_func() vscale_range(2,8) {4 ; CHECK: llvm.func @vscale_func()5 ; CHECK-SAME: vscale_range(2, 8)6 ret void7}8 1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3define void @vscale_func() vscale_range(2,8) {4 ; CHECK: llvm.func @vscale_func()5 ; CHECK-SAME: vscale_range(2, 8)6 ret void7}8