This is an archive of the discontinued LLVM Phabricator instance.

[PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen.
ClosedPublic

Authored by bollu on Aug 20 2017, 8:10 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bollu created this revision.Aug 20 2017, 8:10 AM
grosser edited edge metadata.Aug 21 2017, 4:04 AM

Hi Siddharth,

some simple comments, otherwise this LGTM.

lib/CodeGen/PPCGCodeGeneration.cpp
3439 ↗(On Diff #111888)

Wrong indentation!?

3444 ↗(On Diff #111888)

I don't think we can keep such a comment. Does not really add information. At the very least explain what you assume and what you do not understand. Also, we should probably think about it once. It is not so complicated in the end.

grosser accepted this revision.Aug 21 2017, 4:05 AM
This revision is now accepted and ready to land.Aug 21 2017, 4:05 AM

This patch seems to result in an unexpected passing test - ScopDetectionDiagnostics/ReportLoopHasNoExit.ll

Could that be changed?

bollu added a comment.Aug 21 2017, 4:43 AM

@annanay25 - I believe that was changed by people upstream due to the PostDomTree changes. (specifically, D35851).

bollu marked 2 inline comments as done.Aug 21 2017, 4:44 AM
This revision was automatically updated to reflect the committed changes.