diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-08-31 11:06:19 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-08-31 11:06:19 +0000 |
commit | 9f3d55cf3dfec5f2353ac91e32ba9312b1a6fc70 (patch) | |
tree | 06d56c71184d2511120d6e8a3dbb93dbea94075b /clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp | |
parent | 5830b1991729774e812b9802880c377f784e77e7 (diff) | |
download | llvm-9f3d55cf3dfec5f2353ac91e32ba9312b1a6fc70.zip llvm-9f3d55cf3dfec5f2353ac91e32ba9312b1a6fc70.tar.gz llvm-9f3d55cf3dfec5f2353ac91e32ba9312b1a6fc70.tar.bz2 |
Generate scalar initialization loads at the beginning of the start BB
Our OpenMP code generation generated part of its launching code directly into
the start basic block and without this change the scalar initialization was
run _after_ the OpenMP threads have been launched. This resulted in
uninitialized scalar values to be used.
llvm-svn: 246427
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp')
0 files changed, 0 insertions, 0 deletions