llvm-project/polly/lib/Transform
Tobias Grosser 11e3873516 Dead code elimination: Update dependences after eliminating code
Without updating dependences we may lose implicit transitive dependences for
which all explicit dependences have gone through the statement iterations we
have just eliminated.

No test case. We should probably implement a -verify-dependences option.

This fixes llvm.org/PR21227

llvm-svn: 224459
2014-12-17 21:13:55 +00:00
..
Canonicalization.cpp Remove -polly-codegen-scev option and related code 2014-11-30 14:33:31 +00:00
CodePreparation.cpp Remove -polly-codegen-scev option and related code 2014-11-30 14:33:31 +00:00
DeadCodeElimination.cpp Dead code elimination: Update dependences after eliminating code 2014-12-17 21:13:55 +00:00
IndependentBlocks.cpp Drop Cloog support 2014-12-02 19:26:58 +00:00
Pluto.cpp clang-format polly to avoid buildbot noise 2014-07-09 10:50:10 +00:00
ScheduleOptimizer.cpp Use stringFromIslObj instead of isl_..._dump to print to dbgs() 2014-10-22 23:16:28 +00:00