Skip to content

LoopOptTutorial: Basic loop optimization template [STEP5] - #5

Open
etiotto wants to merge 2 commits into
Tutorial_step4from
Tutorial_step5
Open

LoopOptTutorial: Basic loop optimization template [STEP5]#5
etiotto wants to merge 2 commits into
Tutorial_step4from
Tutorial_step5

Conversation

@etiotto

@etiotto etiotto commented Oct 23, 2019

Copy link
Copy Markdown
Collaborator

For the previous step take a look at #4.

Our transformation pass is almost complete. In the previous step we have shown how to update the dominator tree to reflect the LLVM IR changes the transformation did. In this step we introduce an example of how to use the LLVM OptimizationRemarksEmitter (ORE) to report the result of the simple analysis done in step2 (candidate selection) and the result of the transformation. We also use the LLVM statistic services to report the number of loops that were transformed by our pass.

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