[PATCH] D79885: [FileCheck] Add multiplication support to numerical expressions.

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 10:50:28 PDT 2020


arichardson added a comment.

We also added multiplication and division locally in the CHERI fork of LLVM. However, I didn't try upstreaming it since I feel like operator precedence needs to be solved first.
D77383 <https://reviews.llvm.org/D77383> adds support for parenthesized expressions that allows working around the lack of operator precendence, but I haven't had time to update it yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79885





More information about the llvm-commits mailing list