[OPENMP] Emit sizes/init ptrs etc. data for task reductions before
using. We may emit the code in wrong order because of incorrect implementation of the runtime functions for task reductions. Threadprivate storages may be initialized after real initialization of the reduction items. Patch fixes this problem. llvm-svn: 327008
Loading
Please sign in to comment