repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Clang][Sema] Fix wrong initialization kind when handling initializing structured...
[llvm-project.git]
/
mlir
/
test
/
Target
/
LLVMIR
/
vscale.mlir
blob
644cde73ca896774deeab94236f9cc581da6c6a1
1
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
2
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
7
}