Details
- Reviewers
efriedma jdoerfert Meinersbur gareevroman sebpop • zinob huihuiz pollydev grosser singam-sanjay philip.pfaffe - Commits
- rG7b9f5ca27ea2: [PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen.
rPLO311328: [PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen.
rL311328: [PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen.
Diff Detail
- Build Status
Buildable 9457 Build 9457: arc lint + arc unit
Event Timeline
Hi Siddharth,
some simple comments, otherwise this LGTM.
lib/CodeGen/PPCGCodeGeneration.cpp | ||
---|---|---|
3439 | Wrong indentation!? | |
3444 | 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. |
This patch seems to result in an unexpected passing test - ScopDetectionDiagnostics/ReportLoopHasNoExit.ll
Could that be changed?
@annanay25 - I believe that was changed by people upstream due to the PostDomTree changes. (specifically, D35851).
Wrong indentation!?