llvm-project/mlir/utils/vim
Boian Petkantchin f1b922188e [MLIR][Math] Add erf to math dialect
Add math.erf lowering to libm call.
Add math.erf polynomial approximation.

Reviewed By: silvas, ezhulenev

Differential Revision: https://reviews.llvm.org/D112200
2021-10-25 18:30:17 +00:00
..
ftdetect Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
ftplugin Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
indent Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00
syntax [MLIR][Math] Add erf to math dialect 2021-10-25 18:30:17 +00:00
README Add vim scripts for indent/syntax 2019-08-28 23:23:19 -07:00

README

-*- mlir/utils/vim/README -*-

This directory contains settings for the vim editor to work on MLIR *.mlir 
files.  It comes with filetype detection rules in the (ftdetect),
syntax highlighting (syntax), some minimal sensible default settings (ftplugin)
and indentation plugins (indent).

To install, copy all subdirectories to your $HOME/.vim/, or if you
prefer, create symlinks to the files here.