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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 17:09:08 PST 2016


efriedma added a comment.

There's nothing wrong with this change, as far as I can tell.  That said, if you're planning to use getRealTypeByWidth anywhere other than AddModeAttr, it's probably a bug; the behavior of getRealTypeByWidth isn't useful for any other purpose given that clang supports multiple 128-bit floating-point types.


https://reviews.llvm.org/D26955





More information about the cfe-commits mailing list