[all-commits] [llvm/llvm-project] fc0d1c: [FileCheck, 2/4] NFC: Switch to APInt getter for E...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc0d1c05a04b7b3fbb8805de53d695f0deeac57c
      https://github.com/llvm/llvm-project/commit/fc0d1c05a04b7b3fbb8805de53d695f0deeac57c
  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
    M llvm/unittests/FileCheck/FileCheckTest.cpp

  Log Message:
  -----------
  [FileCheck, 2/4] NFC: Switch to APInt getter for ExpressionValue

Use an APInt getter as the only interface to getting the value out of an
ExpressionValue. This paves the way to switch ExpressionValue to handle
any integer without causing too big of a patch.

Reviewed By: arichardson

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




More information about the All-commits mailing list