llvm-project/polly/lib/CodeGen
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
..
BlockGenerators.cpp [NFC] Use predecessors to replace make_range. 2022-06-07 02:22:35 +00:00
CodeGeneration.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
CodegenCleanup.cpp Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
IRBuilder.cpp [Polly] Don't generate inter-iteration noalias metadata. 2021-09-20 22:20:17 -05:00
IslAst.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
IslExprBuilder.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
IslNodeBuilder.cpp Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-04 00:10:42 -07:00
LoopGenerators.cpp [Polly] Insert !dbg metadata for emitted CallInsts. 2022-07-26 19:43:53 -05:00
LoopGeneratorsGOMP.cpp [Polly] Insert !dbg metadata for emitted CallInsts. 2022-07-26 19:43:53 -05:00
LoopGeneratorsKMP.cpp [Polly] Insert !dbg metadata for emitted CallInsts. 2022-07-26 19:43:53 -05:00
ManagedMemoryRewrite.cpp [polly] Fixed a number of typos. NFC 2022-08-07 22:56:07 +08:00
PPCGCodeGeneration.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
PerfMonitor.cpp Use true/false instead of 1/0 (NFC) 2022-01-09 12:21:06 -08:00
RuntimeDebugBuilder.cpp [RuntimeDebugBuilder] Remove pointer element type accesses 2022-03-30 14:02:41 +02:00
Utils.cpp