[PATCH] D43289: [vim] Recognize more FileCheck comments

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 06:26:27 PST 2018


rogfer01 added a comment.

Can you coalesce them in a single regular expression, like `/;\s*CHECK-(NEXT|NOT|DAG|SAME|LABEL):` (not sure if this is the right syntax but I hope you got the idea.


https://reviews.llvm.org/D43289





More information about the llvm-commits mailing list