[PATCH] D69897: Add #pragma clang loop aligned

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 11:15:05 PST 2019


Meinersbur added a comment.

Please see my comments in D69900 <https://reviews.llvm.org/D69900> as well.

For the font-end side, I suggest the syntax `vectorize_assume_alignment(32)` instead. We also need to define what this assumes to be aligned. The first element of the array? Every array element? In an array-of-structs, the struct of the element that is accessed? Scalars?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69897/new/

https://reviews.llvm.org/D69897





More information about the cfe-commits mailing list