[PATCH] D76323: [AST] Fix handling of long double and bool in __builtin_bit_cast

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 16:30:27 PDT 2020


rsmith accepted this revision.
rsmith added a comment.

This looks OK to me.

I think we'll also need updates for `_ExtInt` now too -- we have more fundamental types with padding than only `long double` and `bool` now. (I continue to be displeased that we assume 8-bit `char` in `__builtin_bit_cast`, but that's not new in this patch.)


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

https://reviews.llvm.org/D76323



More information about the cfe-commits mailing list