llvm-capstone/polly/test
Joshua Cao 6ed152aff4 [SCEV] Compute AddRec range computations using different type BECount
Before this patch, we can only use the MaxBECount for an AddRec's range
computation if the MaxBECount has <= bit width of the AddRec. This patch
reasons that if a MaxBECount has > bit width, and is <= the max value of
AddRec's bit width, we can still use the MaxBECount.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D151698
2023-05-31 21:05:17 -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 [Polly] Convert remaining tests to opaque pointers (NFC) 2023-03-17 15:44:54 +01: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