llvm-capstone/polly/test
Marek Sedláček ebf01690d9 Bug fix for multi-line labels in CFG dot graph
After D154102 multi-line labels would get split incorrectly.
When CFG is generated for a function with basic block name longer
than 80 lines, then the header separator will be placed after the
line break for the label name instead of after the whole label name.
The fix is simple by just moving the insert of | character before the
line splitting happens.

Differential Revision: https://reviews.llvm.org/D159207
2023-09-05 22:01:51 -07:00
..
CodeGen [SCEV] Compute AddRec range computations using different type BECount 2023-05-31 21:05:17 -07:00
DeadCodeElimination [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
DeLICM [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
DependenceInfo [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
FlattenSchedule [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
ForwardOpTree [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
IstAstInfo [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
JSONExporter [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
MaximalStaticExpansion [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
PruneUnprofitable [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
ScheduleOptimizer [Polly] Remove -polly-vectorizer=polly. 2023-03-08 12:51:42 -06:00
ScopDetect Bug fix for multi-line labels in CFG dot graph 2023-09-05 22:01:51 -07:00
ScopDetectionDiagnostics [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
ScopInfo [SCEV] Compute AddRec range computations using different type BECount 2023-05-31 21:05:17 -07:00
ScopInliner [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
Simplify [Polly] Convert some tests to opaque pointers (NFC) 2023-01-17 10:15:18 +01:00
Support [GlobalOpt] Don't replace the aliasee if it has other references. 2023-04-27 09:53:47 +08:00
Unit [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
UnitIsl
CMakeLists.txt [CMake] Avoid LLVM_BINARY_DIR when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
create_ll.sh [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
lit.cfg [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
lit.site.cfg.in [Polly] Remove Polly-ACC. 2023-03-08 17:33:04 -06:00
polly.ll
README
update_check.py [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00

place tests here