diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2020-07-15 17:32:02 -0400 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2020-07-24 10:48:20 -0400 |
commit | 9840208db6980f690d09b209e6ad6d57133ec5e5 (patch) | |
tree | c87f3e4a0f664a89791631842620d955a958a87d /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | c332a984aefc6f8a6b44fd3687a5bbce3f8f035c (diff) | |
download | llvm-9840208db6980f690d09b209e6ad6d57133ec5e5.zip llvm-9840208db6980f690d09b209e6ad6d57133ec5e5.tar.gz llvm-9840208db6980f690d09b209e6ad6d57133ec5e5.tar.bz2 |
[OPENMP] Fix PR46730: Fix compiler crash on taskloop over constructible loop counters.
Summary:
If the variable is constrcutible, its copy is created by calling a
constructor. Such variables are duplicated and thus, must be captured.
Reviewers: jdoerfert
Subscribers: yaxunl, guansong, cfe-commits, sstefan1, caomhin
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83909
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions