[PATCH] D88905: [Clang] Allow "ext_vector_type" applied to Booleans
Kazushi Marukawa via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 6 05:20:04 PST 2022
kaz7 added a comment.
Herald added a project: All.
At the beginning, this implementation extends `vector_type` attribute which is GCC's attribute. So, this may cause future conflicts with GCC when they extend it. But, now this patch uses it's own `ext_vector_type` attribute. So, basically this modification is safe against to the C/C++ future extension and the GCC future extension, in my honest opinion.
Is it OK to accept this patch? Or is there anything need to consider. I understand that this is a language extension, so it not easy to say OK... But, this patch spent 1 year and a half almost.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88905/new/
https://reviews.llvm.org/D88905
More information about the cfe-commits
mailing list