llvm-project/polly/lib
Michael Kruse 7037fde427 Remove references to AssumptionCache. NFC.
The AssumptionCache was removed in r289756 after being replaced by the an
addtional operand list of affected values in r289755. The absence of that cache
means that we have now have to manually search for llvm.assume intrinsics as
now done by other passes (LazyValueInfo, CodeMetrics) do not take into
account an llvm::Instruction's user lists (ScalarEvolution).

llvm-svn: 289791
2016-12-15 09:25:14 +00:00
..
Analysis Remove references to AssumptionCache. NFC. 2016-12-15 09:25:14 +00:00
CodeGen Add newline at end of debug print 2016-12-01 08:08:47 +00:00
Exchange Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00
External Update to isl-0.17.1-314-g3106e8d 2016-12-06 14:37:39 +00:00
JSON Fix spacing around variable initializations and for-loops. NFC. 2016-08-09 17:49:24 +00:00
Support Add more ISL foreachElt functions. NFC. 2016-12-07 17:47:57 +00:00
Transform [ScheduleOptimizer] Fix memory leak. NFC. 2016-12-12 14:51:06 +00:00
CMakeLists.txt [DeLICM] Add pass boilerplate code. 2016-11-29 16:41:21 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00