[all-commits] [llvm/llvm-project] 3cc200: DynamicAPInt: Support APInt constructor. (#146301)
Zakk Chen via All-commits
all-commits at lists.llvm.org
Tue Jul 1 00:44:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cc200f46b9c319beef2efc1131e34238402746b
https://github.com/llvm/llvm-project/commit/3cc200f46b9c319beef2efc1131e34238402746b
Author: Zakk Chen <zakk0610 at gmail.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M llvm/include/llvm/ADT/DynamicAPInt.h
M llvm/unittests/ADT/DynamicAPIntTest.cpp
Log Message:
-----------
DynamicAPInt: Support APInt constructor. (#146301)
This PR introduces a constructor for `DynamicAPInt` that takes an
`APInt` object as input to simplifies the creation of a large numbers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list