This is an archive of the discontinued LLVM Phabricator instance.

Changes for Parallel Code Motion
DraftPublic

Authored by saddent on Aug 17 2022, 1:10 PM.
This is a draft revision that has not yet been submitted for review.

Details

Reviewers
jdoerfert
wsmoses
Summary

The changes host the implementation for parallel code motion
of OpenMp based parallel programs.

Diff Detail

Event Timeline

saddent created this revision.Aug 17 2022, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 1:10 PM
saddent retitled this revision from Parallel Code Motion Changes to Changes for Parallel Code Motion.Aug 17 2022, 1:20 PM
saddent updated this revision to Diff 453415.Aug 17 2022, 1:47 PM

Updating D132065: Changes for Parallel Code Motion

Applied clang-format to the changes

wsmoses added inline comments.Aug 19 2022, 8:34 AM
.gitignore
73

Please remove this

llvm/lib/Transforms/IPO/OpenMPOpt.cpp
176

Change the comment to number of instructions for parallel code motion?