[Clang][Sema] Fix wrong initialization kind when handling initializing structured...
[llvm-project.git] / mlir / test / Target / LLVMIR / vscale.mlir
blob644cde73ca896774deeab94236f9cc581da6c6a1
1 // RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
3 llvm.func @vscale_func() vscale_range(2,8) {
4   // CHECK-LABEL: define void @vscale_func
5   // CHECK: attributes #{{.*}} = { vscale_range(2,8) }
6   llvm.return