This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][IRBuilder][WIP] Prototype OpenMPIRBuilder [option 2]
AbandonedPublic

Authored by jdoerfert on May 15 2019, 2:19 PM.

Details

Reviewers
None
Summary
NOTE: This is a WIP commit for discussion purposes!

This is the prototype OpenMPIRBuilder that can build #pragma omp parallel and very simple #pragma omp for (in -O0 builds). Clang is still in charge of privatization and outlining while the IR builder will only perform the runtime check generation.

Diff Detail

Event Timeline

jdoerfert created this revision.May 15 2019, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2019, 2:19 PM
penzn added a subscriber: penzn.Oct 24 2019, 3:27 PM
jdoerfert abandoned this revision.Mar 3 2020, 12:11 PM