hanchenye-llvm-project/polly/include/polly
Michael Kruse 0137d80ad4 [VirtualInstruction] Remove assertion. NFC.
ScopStmt::contains is currently implemented on the basis of BasicBlock
and does not take the instruction list into account. Therefore any
instruction copied by -polly-optree into another statement currently
triggers that assertion.

Remove that assertion for now. We might re-enable it when the
implementation of ScopStmt::contains changes.

llvm-svn: 309421
2017-07-28 19:26:24 +00:00
..
CodeGen [Polly][GPGPU] Added SPIR Code Generation and Corresponding Runtime Support for Intel 2017-07-21 16:11:06 +00:00
Config [CMake] Retire Polly's FindCUDA.cmake in favour of CMake's default FindCUDA.cmake script. 2017-06-06 19:20:48 +00:00
Support [VirtualInstruction] Remove assertion. NFC. 2017-07-28 19:26:24 +00:00
Canonicalization.h
DeLICM.h [DeLICM] Export Known and Written to DeLICMTests. NFC. 2017-04-13 16:32:39 +00:00
DependenceInfo.h Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
FlattenAlgo.h Introduce isl C++ bindings, Part 1: value_ptr style interface 2017-03-10 11:41:03 +00:00
FlattenSchedule.h Fix namespaces after clang-format update 2017-03-01 15:54:27 +00:00
ForwardOpTree.h [ForwardOpTree] Introduce the -polly-optree pass. 2017-07-22 14:02:47 +00:00
LinkAllPasses.h [Polly][NewPM] Port IslAst to the new ScopPassManager 2017-05-23 10:12:56 +00:00
Options.h
PolyhedralInfo.h [NFC] [PolyhedralInfo] fix typo 2017-05-23 11:41:52 +00:00
PruneUnprofitable.h [PruneUnprofitable] Add -polly-prune-unprofitable pass. 2017-03-17 13:09:52 +00:00
RegisterPasses.h
ScheduleOptimizer.h [ScheduleOptimizer] Translate to C++ bindings 2017-07-26 14:59:15 +00:00
ScopBuilder.h [ForwardOpTree] Support read-only value uses. 2017-07-24 12:43:27 +00:00
ScopDetection.h [Polly] [OptDiag] Updating Polly Diagnostics Remarks 2017-07-17 23:58:33 +00:00
ScopDetectionDiagnostic.h [Polly] [OptDiag] Updating Polly Diagnostics Remarks 2017-07-17 23:58:33 +00:00
ScopInfo.h [ScopBuilder/Simplify] Refactor isEscaping. NFC. 2017-07-27 14:39:52 +00:00
ScopPass.h Update to latest clang-format changes 2017-06-24 05:23:10 +00:00
Simplify.h [Simplify] Add -polly-simplify pass. 2017-03-10 16:05:24 +00:00