[PATCH] D41311: [CodeGen] Fix crash when a function taking transparent union is redeclared.

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 5 22:09:25 PST 2018


ahatanak added a comment.

It doesn't look like this patch would break IRGen for functions that receive fp16 types. fp16 is passed as i32 or float (without promotion) on ARM and as half on ARM64. It should work fine.


https://reviews.llvm.org/D41311





More information about the cfe-commits mailing list