[PATCH] D60391: FileCheck [11/12]: Add matching constraint specification

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 01:35:55 PDT 2020


jhenderson added a comment.

Let me know once this next step is ready for review!



================
Comment at: llvm/test/FileCheck/numeric-expression.txt:434
+
+; Empty numeric expression with matching constraint.
+RUN: not FileCheck --check-prefix EMPTY-NUMEXPR-CONSTRAINT --input-file %s %s 2>&1 \
----------------
You probably need a test case here with an explicit constraint whilst also defining a new variable. Probably also want some tests for the contraint not being an exact match but rather matching an expression, something like `[[#VAR2:==VAR+1]]`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60391





More information about the llvm-commits mailing list