Displaying 1 result from an estimated 1 matches for "4750ec9c".
2019 Aug 09
3
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
> There is a fundamental problem with the way that ivdep is defined by
Intel's current documentation, at least for C/C++. As you note in your
Google doc, it essentially says that the optimizer may ignore loop-carried
dependencies except for those dependencies it can definitely prove are
present. These are not semantics that any other compiler can actually
replicate, and is not equivalent to