[PATCH] D87304: [AttributeFuncs] Consider `align` in `typeIncompatible`
Denis Antrushin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 06:19:06 PDT 2020
dantrushin added a comment.
> The way I read the lang ref this is intentional. Not to say one should not define what it means for vectors of pointers and then allow it. I feel align is not the only one missing for them though.
> You want to give it a try?
Not yet. We have a downstream code which generates this (align on vector of pointers) . I'm trying to figure out where I need to fix it :)
If we really need this, I'll give it a try.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87304/new/
https://reviews.llvm.org/D87304
More information about the llvm-commits
mailing list