[PATCH] D12214: [LoopVectorize] Propagate 'nontemporal' attribute into vectorized instructions.

Nadav Rotem via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 13:51:46 PDT 2015


nadav added a subscriber: nadav.
nadav added a comment.

LGTM.

Maybe in a future patch we should refactor this logic in the SLP vectorizer and LoopVectorizer into a single function that verifies the metadata kind? I assume that the list should be identical.


http://reviews.llvm.org/D12214





More information about the llvm-commits mailing list