]> granicus.if.org Git - clang/commit
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 20 Oct 2017 20:16:17 +0000 (20:16 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 20 Oct 2017 20:16:17 +0000 (20:16 +0000)
commitd194f2aeb2ae7ac5e7e5c7b41638e042665b0d05
tree1e7679bef305ba570d61a6ac02133e842466eda1
parentf20a280b3ba367e83e1c21cfd4366cd55b8d20cb
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"

This breaks at least two buildbots:
http://lab.llvm.org:8011/builders/clang-cmake-x86_64-avx2-linux/builds/1175
http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/10478

This reverts commit r316229 during local investigation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316235 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
test/OpenMP/for_reduction_codegen.cpp
test/OpenMP/for_reduction_codegen_UDR.cpp