[PATCH] D139784: [Doc] Refactor descriptions of `min-legal-vector-width`
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 22 05:42:42 PST 2022
pengfei added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:502-504
+ // This attribute is intended for X86 backend use only. The "min legal" in the
+ // name means the minimum width in bits that vector types have must be treated
+ // as legal types by code generator.
----------------
I still think the sentence is ill-formed. But I have tried my best. Welcome for suggestions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139784/new/
https://reviews.llvm.org/D139784
More information about the cfe-commits
mailing list