llvm-project/polly/test
Gabriel Ravier ea540bc210
[polly] Fixed a number of typos. NFC
I went over the output of the following mess of a command:

`(ulimit -m 2000000; ulimit -v 2000000; git ls-files -z | parallel --xargs -0 cat | aspell list --mode=none --ignore-case | grep -E '^[A-Za-z][a-z]*$' | sort | uniq -c | sort -n | grep -vE '.{25}' | aspell pipe -W3 | grep : | cut -d' ' -f2 | less)`

and proceeded to spend a few days looking at it to find probable typos
and fixed a few hundred of them in all of the llvm project (note, the
ones I found are not anywhere near all of them, but it seems like a
good start).

Reviewed By: inclyc

Differential Revision: https://reviews.llvm.org/D131167
2022-08-07 22:56:07 +08:00
..
CodeGen [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
DeLICM [ValueTracking] Enable -branch-on-poison-as-ub by default 2022-06-01 10:46:06 +02:00
DeadCodeElimination Reland "Load pass plugins during option processing, so that plugin options are registered and live." 2022-03-18 03:27:53 +00:00
DependenceInfo [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
FlattenSchedule [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
ForwardOpTree [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
GPGPU [FileCheck] GetCheckTypeAbbreviation() to handle the misspelled case. 2022-05-26 12:20:15 +01:00
IstAstInfo [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
JSONExporter [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
MaximalStaticExpansion [Polly] Migrate -polly-mse to the new pass manager. 2022-06-01 13:37:58 -05:00
PruneUnprofitable Reland "Load pass plugins during option processing, so that plugin options are registered and live." 2022-03-18 03:27:53 +00:00
ScheduleOptimizer [Polly] Suppress the LLVM-IR output for pattern matching tests, if there is no FileCheck-ing for it. 2022-08-07 14:56:26 +03:00
ScopDetect [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
ScopDetectionDiagnostics [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
ScopInfo [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
ScopInliner [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
Simplify [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
Support [polly] Fix NPM unittests after D121566. 2022-03-18 14:25:44 -05:00
Unit [lit] Fix setup of sanitizer environment 2022-05-19 19:24:16 -07:00
UnitIsl
CMakeLists.txt [Polly][test] Add dependency to count. 2021-08-28 22:50:07 -05:00
README
create_ll.sh [polly] Introduce -polly-print-* passes to replace -analyze. 2022-03-14 10:27:15 -05:00
lit.cfg [polly] Fix up regression test config with current features. 2021-07-30 13:44:48 -07:00
lit.site.cfg.in Reland "Load pass plugins during option processing, so that plugin options are registered and live." 2022-03-18 03:27:53 +00:00
polly.ll
update_check.py Harmonize Python shebang 2020-07-16 21:53:45 +02:00

README

place tests here