[PATCH] D79820: [test] Improve FileCheck's numeric-expression.txt

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 18:20:39 PDT 2020


jdenny added inline comments.


================
Comment at: llvm/test/FileCheck/numeric-expression.txt:66-67
 ; variables defined on other lines without spaces.
 USE DEF FMT IMPL MATCH
-11
-12
-10
-c
-d
-b
-1a
-D
-E
-C
-1B
-11
-11
-11
-c
-c
-c
-c
-c
+11 // VAR1
+12 // VAR1 + 1
----------------
Is there any reason not to replace these comments with the check directives themselves?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79820





More information about the llvm-commits mailing list