[PATCH] D80915: [FileCheck] Implement * and / operators for ExpressionValue.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 02:12:43 PDT 2020
paulwalker-arm added a comment.
In D80915#2068130 <https://reviews.llvm.org/D80915#2068130>, @jhenderson wrote:
> Oh, I thought when we were talking about operators, we were talking about the front end FileCheck ability to use them, like we have with addition and subtraction already! That would be useful too (particularly multiplication to allow for something like N*sizeof(struct) in the check patterns, but I'm okay waiting for it.
I originally tried this via D79885 <https://reviews.llvm.org/D79885> but as the operators all have the same precedence there was a worry that it might lead to confusion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80915/new/
https://reviews.llvm.org/D80915
More information about the llvm-commits
mailing list