[PATCH] D141409: [SystemZ] Fix handling of vectors and their exposure of the vector ABI.

2023-01-29 Thread Andreas Krebbel via Phabricator via cfe-commits
Andreas-Krebbel added a comment. In D141409#4083192 , @uweigand wrote: > In D141409#4083017 , @jonpa wrote: > >> Review addressed - hopefully this time with a better result. >> >> I think the patch now does what I

[PATCH] D102064: Parse vector bool when stdbool.h and altivec.h are included

2021-05-20 Thread Andreas Krebbel via Phabricator via cfe-commits
Andreas-Krebbel added a comment. > But looking at the GCC sources, it seems we actually intended to support this > use as well, there's just a bug. Given that, I think I'd be fine with > adding this to LLVM -- I'll make sure the GCC bug gets fixed as well. I've fixed the GCC issue now: https