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