Skip to content

LoopOptTutorial: Basic loop optimization template [STEP2] - #2

Open
etiotto wants to merge 3 commits into
Tutorial_step1from
Tutorial_step2
Open

LoopOptTutorial: Basic loop optimization template [STEP2]#2
etiotto wants to merge 3 commits into
Tutorial_step1from
Tutorial_step2

Conversation

@etiotto

@etiotto etiotto commented Oct 23, 2019

Copy link
Copy Markdown
Collaborator

See #1 for the first part of the tutorial.

In this second step we add a member function to select candidate loops. We want to avoid transforming loops that do not have a set of required characteristics, and continue processing only loops that have those characteristic. For a more exhaustive example please refer to the Loop Fusion transformation in LLVM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants