[PATCH] D145277: [support] Support printing floats in ScopedPrinter

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 09:04:07 PDT 2023


paulkirth added a comment.

so it looks like there are additional platform specific behaviors to how things like infinite are printed (`inf` vs `INF`, etc.). @abhina.sreeskantharajan  I should be able to forward fix this fairly soon, probably in an hour(commute + meeting), but all that should be required is to adjust the test string the same way we do for max doubles/floats so that it's dynamically created and will thus match on all platforms.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145277/new/

https://reviews.llvm.org/D145277



More information about the llvm-commits mailing list