diff options
| author | chelxom <chelxom@outlook.com> | 2019-12-20 23:02:11 +0800 |
|---|---|---|
| committer | Mehdi Amini <aminim@google.com> | 2019-12-26 04:50:38 +0000 |
| commit | d2a8e14177f0b2d48b38bd77004df0c99d675dd1 (patch) | |
| tree | 02d231485e7646823657099a8e8c49e6c4380e5b /mlir/utils/vim/syntax | |
| parent | 1b57749a5334ae3d854c6f8732e741ef9f977219 (diff) | |
| download | bcm5719-llvm-d2a8e14177f0b2d48b38bd77004df0c99d675dd1.tar.gz bcm5719-llvm-d2a8e14177f0b2d48b38bd77004df0c99d675dd1.zip | |
Fix the MLIR Vim syntax file: the keyword group was missing
Diffstat (limited to 'mlir/utils/vim/syntax')
| -rw-r--r-- | mlir/utils/vim/syntax/mlir.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mlir/utils/vim/syntax/mlir.vim b/mlir/utils/vim/syntax/mlir.vim index 8d0106a128e..c49af6afa3c 100644 --- a/mlir/utils/vim/syntax/mlir.vim +++ b/mlir/utils/vim/syntax/mlir.vim @@ -33,9 +33,9 @@ syn match mlirType /x\s*\zsvector/ " TODO: the list is not exhaustive. syn keyword mlirOps alloc alloca addf addi call call_indirect cmpi constant syn keyword mlirOps dealloc divf dma_start dma_wait dim extract_element -syn keyword getTensor index_cast load memref_cast memref_shape_cast mulf muli -syn keyword prefetch sitofp splat store select subf subi subview tensor_cast -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 " Affine ops. syn match mlirOps /\<affine\.apply\>/ |

