tbaeder added a comment.

FYI, I noticed the way the floating values are serialized doesn't work if the 
`APFloat` heap-allocated anything; those values aren't preserved through 
(de)serialization of course.
Reproducer:

  constexpr double foo() {
    return __LDBL_MIN__;
  }


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

https://reviews.llvm.org/D134859

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to