[all-commits] [llvm/llvm-project] a17083: Add control of hex casing in APInt::toString

RoboTux via All-commits all-commits at lists.llvm.org
Fri May 19 06:21:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a17083403fa1829d5a3ae11ca4d3e25213dc6e86
      https://github.com/llvm/llvm-project/commit/a17083403fa1829d5a3ae11ca4d3e25213dc6e86
  Author: Thomas Preud'homme <thomas.preudhomme at arm.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M llvm/include/llvm/ADT/APInt.h
    M llvm/lib/Support/APInt.cpp
    M llvm/unittests/ADT/APIntTest.cpp

  Log Message:
  -----------
  Add control of hex casing in APInt::toString

This will be used in implementing arbitrary precision support to
FileCheck's numeric variables and expressions.

Reviewed By: foad, RKSimon

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




More information about the All-commits mailing list