[all-commits] [llvm/llvm-project] bbc650: [NFC] [APFloat] Refactor IEEEFloat::toString (#97117)
Ariel-Burton via All-commits
all-commits at lists.llvm.org
Thu Jul 4 05:44:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbc6504b3d2f237ed7e84dcaecb228bf2124f72e
https://github.com/llvm/llvm-project/commit/bbc6504b3d2f237ed7e84dcaecb228bf2124f72e
Author: Ariel-Burton <arielburton at yahoo.com>
Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths:
M llvm/lib/Support/APFloat.cpp
Log Message:
-----------
[NFC] [APFloat] Refactor IEEEFloat::toString (#97117)
This PR lifts the body of IEEEFloat::toString out to a standalone
function. We do this to facilitate code sharing with other floating
point types, e.g., the forthcoming support for HexFloat.
There is no change in functionality.
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