- We should iterate over I, which is Cur expanded out to an
instruction, and not Cur itself.
Paths
| Differential D36923
[Polly] [ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not the constantexpr itself. ClosedPublic Authored by bollu on Aug 19 2017, 9:12 AM.
Details
Summary
instruction, and not Cur itself.
Diff Detail
Event Timelinebollu retitled this revision from [Polly] [ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not the constantexpr itself [NFC] to [Polly] [ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not the constantexpr itself..Aug 19 2017, 9:14 AM Comment Actions
This revision is now accepted and ready to land.Aug 19 2017, 11:08 AM Closed by commit rL311261: [ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not… (authored by bollu). · Explain WhyAug 19 2017, 1:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111846 lib/CodeGen/ManagedMemoryRewrite.cpp
|
Deleting does not seem to be save.