repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Flang][OpenMP] Handle SECTION construct from within SECTIONS (#77759)
[llvm-project.git]
/
mlir
/
utils
/
tree-sitter-mlir
/
dialect
/
llvm.js
blob
f2e7c08c88be93b4754c178f9e17e662ae6d1eb7
1
'use strict';
2
3
module.exports = {
4
llvm_dialect : $ => prec.right(choice(
5
seq('llvm.func', $._op_func),
6
7
seq('llvm.return',
8
field('attributes', optional($.attribute)),
9
field('results', optional($._value_use_type_list)))))
10
}