I have taken the opportunity to simplify some tests slightly and move
parts around.
It also brings back a few IR checks for interchangable loops.
Paths
| Differential D45207
[LoopInterchange] Update tests so DA can handle access after D35430. ClosedPublic Authored by fhahn on Apr 3 2018, 7:14 AM.
Details Summary I have taken the opportunity to simplify some tests slightly and move It also brings back a few IR checks for interchangable loops.
Diff Detail
Event Timelinefhahn added a child revision: D45209: [LoopInterchange] Add stats counter for number of interchanged loops..Apr 3 2018, 7:30 AM This revision is now accepted and ready to land.Apr 3 2018, 8:56 AM Closed by commit rL329081: [LoopInterchange] Update tests so DA can handle access after D35430. (authored by fhahn). · Explain WhyApr 3 2018, 9:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 140815 llvm/trunk/test/Transforms/LoopInterchange/interchange-not-profitable.ll
llvm/trunk/test/Transforms/LoopInterchange/interchange-output-dependencies.ll
llvm/trunk/test/Transforms/LoopInterchange/interchange-simple-count-down.ll
llvm/trunk/test/Transforms/LoopInterchange/interchange-simple-count-up.ll
llvm/trunk/test/Transforms/LoopInterchange/interchangeable.ll
llvm/trunk/test/Transforms/LoopInterchange/phi-ordering.ll
llvm/trunk/test/Transforms/LoopInterchange/profitability.ll
llvm/trunk/test/Transforms/LoopInterchange/reductions.ll
|