Details
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
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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. |
Comment Actions
This patch seems to result in an unexpected passing test - ScopDetectionDiagnostics/ReportLoopHasNoExit.ll
Could that be changed?
Comment Actions
@annanay25 - I believe that was changed by people upstream due to the PostDomTree changes. (specifically, D35851).