Files
clang-p2996/clang/test/OpenMP/declare_simd_codegen.cpp
Alexey Bataev 20cf67c233 [OPENMP] Scan all redeclarations looking for declare simd attribute.
Patch fixes the problem with the functions marked as `declare simd`. If
the canonical declaration does not have associated `declare simd`
construct, we may not generate required code even if other
redeclarations are marked as `declare simd`.

llvm-svn: 326594
2018-03-02 18:07:00 +00:00

12 KiB