llvm-ve-rv-1.4.0
Pre-release
Pre-release
This is an alpha release of the LLVM-VE + Region Vectorizer (rv) compiler. Features:
- OpenMP outer-loop vectorization with tail predication. To vectorize loops, annotate them with
#pragma omp simd safelen(256)
and compile withrvclang++ -fopenmp-simd
. This release does not support reductions. - Based on llvm-ve 1.8.0.
- Compiles C/C++ code with vector intrinsics.