diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2018-02-15 23:39:43 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2018-02-15 23:39:43 +0000 |
commit | ea33dee38c86348bdad35c68aed64b9fbcd47be5 (patch) | |
tree | 9398b66eae7b38eff0a9f88da6cff2c6eaa9f1f8 /llvm/lib/Support/APInt.cpp | |
parent | d345f7393914cb4a57b079836f0723002a06cc71 (diff) | |
download | llvm-ea33dee38c86348bdad35c68aed64b9fbcd47be5.zip llvm-ea33dee38c86348bdad35c68aed64b9fbcd47be5.tar.gz llvm-ea33dee38c86348bdad35c68aed64b9fbcd47be5.tar.bz2 |
[OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.
Codegen for ordered with doacross construct might produce incorrect code
because of missing cleanup scope for the construct. Without this scope
the final runtime function call could be emitted in the wrong order that
leads to incorrect codegen.
llvm-svn: 325304
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions