[PATCH] D80915: [FileCheck] Implement * and / operators for ExpressionValue.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 12:41:05 PDT 2020


paulwalker-arm updated this revision to Diff 270208.
paulwalker-arm added a comment.

I'm now doing the negation via ExpressionValue so the problematic overflow cases are handled by operator-.
I've added the requested tests and replaced the 2s complement specific one.
I've added the hooks required so the operators can be used by FileCheck.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80915

Files:
  llvm/docs/CommandGuide/FileCheck.rst
  llvm/lib/Support/FileCheck.cpp
  llvm/lib/Support/FileCheckImpl.h
  llvm/unittests/Support/FileCheckTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80915.270208.patch
Type: text/x-patch
Size: 9040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/cf2e76ae/attachment.bin>


More information about the llvm-commits mailing list