We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b57749 commit d2a8e14Copy full SHA for d2a8e14
mlir/utils/vim/syntax/mlir.vim
@@ -33,9 +33,9 @@ syn match mlirType /x\s*\zsvector/
33
" TODO: the list is not exhaustive.
34
syn keyword mlirOps alloc alloca addf addi call call_indirect cmpi constant
35
syn keyword mlirOps dealloc divf dma_start dma_wait dim extract_element
36
-syn keyword getTensor index_cast load memref_cast memref_shape_cast mulf muli
37
-syn keyword prefetch sitofp splat store select subf subi subview tensor_cast
38
-syn keyword view
+syn keyword mlirOps getTensor index_cast load memref_cast memref_shape_cast
+syn keyword mlirOps mulf muli prefetch sitofp splat store select subf subi
+syn keyword mlirOps subview tensor_cast view
39
40
" Affine ops.
41
syn match mlirOps /\<affine\.apply\>/
0 commit comments