[all-commits] [llvm/llvm-project] cf57fc: [FileCheck, 1/4] NFC: Switch ExpressionValue to APInt

RoboTux via All-commits all-commits at lists.llvm.org
Tue Jul 4 13:39:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf57fcfa0256df8d69638ab1462267413755ba86
      https://github.com/llvm/llvm-project/commit/cf57fcfa0256df8d69638ab1462267413755ba86
  Author: Thomas Preud'homme <thomas.preudhomme at arm.com>
  Date:   2023-07-04 (Tue, 04 Jul 2023)

  Changed paths:
    M llvm/lib/FileCheck/FileCheck.cpp
    M llvm/lib/FileCheck/FileCheckImpl.h

  Log Message:
  -----------
  [FileCheck, 1/4] NFC: Switch ExpressionValue to APInt

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.

Reviewed By: arichardson

Differential Revision: https://reviews.llvm.org/D154428




More information about the All-commits mailing list