Modified the OMPBuilderCBHelpers in the following ways:
- Moved location of class definition and deleted all constructors
- Moved OpenMP-specific address allocation of local variables
- Moved threadprivate variable creation for the current thread
Differential D79676
[Clang][OpenMP][OMPBuilder] Moving OMP allocation and cache creation code to OMPBuilderCBHelpers fghanim on May 9 2020, 12:44 PM. Authored by
Details Modified the OMPBuilderCBHelpers in the following ways:
Diff Detail
Event Timeline
Comment Actions Interesting that no tests changed but I guess we just start the move to the IRBUilder. I think there are two minor comments from before that need to be addressed and the alloca thing, otherwise LGTM.
|