This patch changes expression support to use one instance of
FileCheckNumericVariable per numeric variable rather than one per
variable and per definition. The current system was only necessary for
the last patch of the numeric expression support patch series in order
to handle a line using a variable defined earlier on the same line from
the input text. However this can be dealt more efficiently.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks! I think this makes more sense now too. LGTM.
llvm/lib/Support/FileCheck.cpp | ||
---|---|---|
260 ↗ | (On Diff #208096) | Nit: is this required here? |
Comment Actions
LGTM, with one nit.
llvm/include/llvm/Support/FileCheck.h | ||
---|---|---|
305 ↗ | (On Diff #208180) | when pattern are -> when a pattern is | when patterns are |