[PATCH] D104541: [Utils][vim] Add missing highlights for fast-math flags

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 21 02:00:04 PDT 2021


frasercrmck added inline comments.


================
Comment at: llvm/utils/vim/syntax/llvm.vim:33
 syn keyword llvmStatement mul nand ne ninf nnan nsw nsz nuw oeq oge ogt ole
-syn keyword llvmStatement olt one or ord phi ptrtoint resume ret sdiv select
+syn keyword llvmStatement olt one or ord phi ptrtoint reassoc resume ret sdiv select
 syn keyword llvmStatement sext sge sgt shl shufflevector sitofp sle slt srem
----------------
craig.topper wrote:
> Is this file following 80 columns?
Not entirely as there's a particularly long regex later on in the file, but I was perhaps being a bit lazy in order to have a clearer diff. Reformatting to 80 columns seems like the best thing to do.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104541/new/

https://reviews.llvm.org/D104541



More information about the llvm-commits mailing list