[PATCH] D69391: Add #pragma clang loop ivdep

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 10:43:54 PDT 2019


hfinkel added a comment.

This is the same as #pragma clang loop vectorize(assume_safety)?

In D69391#1720845 <https://reviews.llvm.org/D69391#1720845>, @xbolva00 wrote:

> "#pragma ivdep" should work too (compatibiluty mode with intel, gcc).


The semantics are not the same, unfortunately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69391





More information about the cfe-commits mailing list