[PATCH] D30680: new method TargetTransformInfo::supportsVectorElementLoadStore() for LoopVectorizer

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 23:26:42 PDT 2017


jonpa marked an inline comment as done.
jonpa added a comment.



>>   Are you saying that this only makes sense for stores on ARM? In that case maybe a boolean argument like IsStore might work?
> 
> Yes, I think so.

OK - well, in that case I guess you are fine with this patch, since it will be easy for you to extend it?


https://reviews.llvm.org/D30680





More information about the llvm-commits mailing list