[PATCH] D89184: Support complex target features combinations
LiuChen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 13 19:07:56 PDT 2020
LiuChen3 added a comment.
> D89105 <https://reviews.llvm.org/D89105> appears to use only `"avx512vl , avx512vnni | avxvnni"`.
> Does it mean `(avx512vl , avx512vnni) | avxvnni` or `avx512vl , (avx512vnni | avxvnni)` ?
Yes. "avx512vl , avx512vnni | avxvnni" means (avx512vl , avx512vnni) | avxvnni. This is the reason why we need this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89184/new/
https://reviews.llvm.org/D89184
More information about the cfe-commits
mailing list