llvm-capstone/polly/test
DianQK 533b7c1f6c
[GlobalOpt] Don't replace the aliasee if it has other references.
As long as aliasee has `@llvm.used` or `@llvm.compiler.used` references, we cannot do the related replace or delete operations. Even if it is a Local Linkage, we cannot infer if there is no other use for it, such as asm or other future added cases.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D145293
2023-04-27 09:53:47 +08:00
..
CodeGen [Polly] Convert remaining tests to opaque pointers (NFC) 2023-03-17 15:44:54 +01: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 [SCEVExpander] Always use scevgep as name 2023-03-17 14:27:03 +01: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 Harmonize Python shebang 2020-07-16 21:53:45 +02:00

place tests here