llvm-project/polly/lib/Transform
Michael Kruse cd2be66bf0 [DeLICM] Use Known information when comparing Existing.Occupied and Proposed.Occupied.
Do not conflict if the value of Existing and Proposed are the same.

This change only affects unit tests, but no functional changes are
expected on LLVM-IR, as no Known information is yet extracted and
consequently this functionality is only triggered through unit tests.

Differential Revision: https://reviews.llvm.org/D32025

llvm-svn: 301301
2017-04-25 10:57:32 +00:00
..
Canonicalization.cpp Rerun mem2reg after the inliner 2016-12-02 17:43:57 +00:00
CodePreparation.cpp [CodePrepa] Remove unused declaration. NFC. 2017-01-27 16:59:09 +00:00
DeLICM.cpp [DeLICM] Use Known information when comparing Existing.Occupied and Proposed.Occupied. 2017-04-25 10:57:32 +00:00
DeadCodeElimination.cpp [DeadCodeElimination] Translate to C++ bindings 2017-03-10 15:05:38 +00:00
FlattenAlgo.cpp Use isl C++ foreach implementation 2017-04-14 13:39:40 +00:00
FlattenSchedule.cpp Use isl C++ foreach implementation 2017-04-14 13:39:40 +00:00
ScheduleOptimizer.cpp [FIX] Fix ScheduleTreeOptimizer::optimizeMatMulPattern 2017-04-06 17:25:08 +00:00
Simplify.cpp [Simplify] Add -polly-simplify pass. 2017-03-10 16:05:24 +00:00