[PATCH] D26955: Fix bitwidth for x87 extended-precision floating-point type

Dominic Chen via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 20:30:43 PST 2016


ddcc added a comment.

I could be completely mistaken here, but currently `Ctx.getRealTypeForBitwidth(llvm::APFloat::getSizeInBits(llvm::APFloat::x87DoubleExtended))` with a `ASTContext Ctx` does not round-trip correctly.


https://reviews.llvm.org/D26955





More information about the cfe-commits mailing list