[PATCH] D154428: NFC: Switch ExpressionValue to APInt

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 04:01:00 PDT 2023


thopre created this revision.
thopre added reviewers: jdenny, jhenderson, probinson, arichardson, grimar.
Herald added a subscriber: hiraditya.
Herald added a project: All.
thopre requested review of this revision.
Herald added a project: LLVM.

Use APInt internally to store values represented by ExpressionValue.
This will allow to support any integer values in FileCheck numeric
expression in a subsequent commit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154428

Files:
  llvm/lib/FileCheck/FileCheck.cpp
  llvm/lib/FileCheck/FileCheckImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154428.537037.patch
Type: text/x-patch
Size: 3605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230704/6db99bf2/attachment.bin>


More information about the llvm-commits mailing list