bolt/deps/llvm-18.1.8/mlir/test/Target/LLVMIR/Import/vscale.ll

8 lines
203 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
define void @vscale_func() vscale_range(2,8) {
; CHECK: llvm.func @vscale_func()
; CHECK-SAME: vscale_range(2, 8)
ret void
}