[PATCH] D69897: Add #pragma clang loop aligned

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 12:20:45 PST 2019


Meinersbur added a comment.

In D69897#1735983 <https://reviews.llvm.org/D69897#1735983>, @lebedev.ri wrote:

> It would be really best if this could just make use of `CodeGenFunction::EmitAlignmentAssumption()`,
>  else this is a heavy hammer with loose handle.


Since it is a property of the data structure, not of the vectorization, `__builtin_assume_aligned` might be preferable anyway.


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