[PATCH] D52441: [CodeGen] Update min-legal-vector width based on function argument and return types
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 1 13:43:59 PDT 2018
echristo added a comment.
Couple of comments/questions:
a) How do you want these attributes to be handled in merging/inlining? Also, are they a failure on module linking? In general, how do they work with LTO?
b) Could use some more comments when we're adding/merging the attributes in IR generation as well.
https://reviews.llvm.org/D52441
More information about the cfe-commits
mailing list