This commit makes llvm::write_double print -inf as "-INF" instead of "INF".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111917
Print the sign of negative infinity ClosedPublic Authored by logan on Oct 15 2021, 5:51 PM.
Details
Summary This commit makes llvm::write_double print -inf as "-INF" instead of "INF".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 14 2021, 7:19 AM Closed by commit rG9eb71608ee0f: Print the sign of negative infinity (authored by logan). · Explain WhyDec 14 2021, 10:40 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 394468 llvm/lib/Support/NativeFormatting.cpp
llvm/unittests/Support/NativeFormatTests.cpp
|