- This is useful for more complex examples where we have scalars that
are local to a scop.
- If the local is only used within a scop, we are free to kill it.
- WIP, phi node test seems to fail. Should see why.
- WIP, code is ugly.
Paths
| Differential D35045
[Polly] [PPCGCodeGeneration] [WIP] Teach `must_kills` to kill scalars that are local the scop. ClosedPublic Authored by bollu on Jul 6 2017, 2:31 AM.
Details
Summary
are local to a scop.
Diff Detail
Event TimelineComment Actions
Comment Actions
This revision is now accepted and ready to land.Jul 6 2017, 6:30 AM Closed by commit rL307260: [Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are local… (authored by bollu). · Explain WhyJul 6 2017, 6:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 105422 polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
polly/trunk/test/GPGPU/add-scalars-in-scop-to-kills.ll
polly/trunk/test/GPGPU/phi-nodes-in-kernel.ll
|