llvm-project/polly/lib/Transform
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
..
Canonicalization.cpp Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-04 00:10:42 -07:00
CodePreparation.cpp [Polly] Mark classes as final by default. NFC. 2022-05-17 12:05:39 -05:00
DeLICM.cpp Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
DeadCodeElimination.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
FlattenAlgo.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
FlattenSchedule.cpp Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
ForwardOpTree.cpp [Polly] Mark classes as final by default. NFC. 2022-05-17 12:05:39 -05:00
ManualOptimizer.cpp [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
MatmulOptimizer.cpp [Polly] Generalize the pattern matching to the case of tensor contractions 2022-08-07 13:10:32 +03:00
MaximalStaticExpansion.cpp [Polly] Fix -Wreorder-ctor. NFC 2022-06-01 17:33:14 -07:00
ScheduleOptimizer.cpp [Polly] Generalize the pattern matching to the case of tensor contractions 2022-08-07 13:10:32 +03:00
ScheduleTreeTransform.cpp [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
ScopInliner.cpp [Polly] Mark classes as final by default. NFC. 2022-05-17 12:05:39 -05:00
Simplify.cpp Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
ZoneAlgo.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00