[PATCH] D49403: More aggressively complete RecordTypes with Function Pointers

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 1 12:51:52 PDT 2018


rjmccall added a comment.

LLVM is sometimes confused by bitcasts of function pointers, but that's just a weird exception to the basic rule that pointer element types aren't supposed to actually matter in LLVM IR.  There's a (stalled, unfortunately) effort to remove pointer element types from IR entirely for exactly that reason.


https://reviews.llvm.org/D49403





More information about the cfe-commits mailing list