Skip to content
Commit 9f3d55cf authored by Tobias Grosser's avatar Tobias Grosser
Browse files

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
parent 5830b199
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment