Move the optimized getDefToTarget() from ForwardOpTree to ZoneAlgo such that it can be used by makeValInst.
This reduces the compile time of GrTestUtils from 2m46s to 21s.
Paths
| Differential D48579
[Polly][ZoneAlgo] Use getDefToTarget in makeValInst. NFC. ClosedPublic Authored by Meinersbur on Jun 25 2018, 7:35 PM.
Details Summary Move the optimized getDefToTarget() from ForwardOpTree to ZoneAlgo such that it can be used by makeValInst. This reduces the compile time of GrTestUtils from 2m46s to 21s.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 26 2018, 4:54 AM Meinersbur retitled this revision from [Polly][ZoneAlgo] Use getDefToTarget in makeValInst. to [Polly][ZoneAlgo] Use getDefToTarget in makeValInst. NFC..Jun 26 2018, 7:23 AM Closed by commit rL335606: [ZoneAlgo] Use getDefToTarget in makeValInst. NFC. (authored by Meinersbur). · Explain WhyJun 26 2018, 7:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 152821 include/polly/ZoneAlgo.h
lib/Transform/ForwardOpTree.cpp
lib/Transform/ZoneAlgo.cpp
|