[all-commits] [llvm/llvm-project] ea540b: [polly] Fixed a number of typos. NFC
Gabriel Ravier via All-commits
all-commits at lists.llvm.org
Sun Aug 7 07:57:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea540bc21078ffc28435ad5802d2e821036744bd
https://github.com/llvm/llvm-project/commit/ea540bc21078ffc28435ad5802d2e821036744bd
Author: Gabriel Ravier <gabravier at gmail.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
M polly/include/polly/Support/VirtualInstruction.h
M polly/lib/CodeGen/ManagedMemoryRewrite.cpp
M polly/lib/Transform/ManualOptimizer.cpp
M polly/lib/Transform/ScheduleTreeTransform.cpp
M polly/test/CodeGen/non-affine-update.ll
M polly/test/ForwardOpTree/changed-kind.ll
M polly/test/ScopDetect/non-affine-loop.ll
M polly/test/ScopDetectionDiagnostics/ReportVariantBasePtr-01.ll
M polly/test/ScopInfo/aliasing_conditional_alias_groups_2.ll
M polly/test/ScopInfo/aliasing_many_parameters_not_all_involved.ll
M polly/test/ScopInfo/extract_constant_factor_introduces_new_parameter.ll
M polly/test/ScopInfo/invalid_add_rec_after_invariant_load_remapping.ll
M polly/test/ScopInfo/invariant_load_canonicalize_array_baseptrs_3.ll
M polly/test/ScopInfo/invariant_load_canonicalize_array_baseptrs_4.ll
M polly/test/ScopInfo/multidim_fold_constant_dim_zero.ll
M polly/test/ScopInfo/multidim_many_references.ll
M polly/test/ScopInfo/ranged_parameter.ll
M polly/test/ScopInfo/redundant_parameter_constraint.ll
M polly/test/ScopInfo/scalar_to_array.ll
M polly/test/Simplify/out-of-scop-use-in-region-entry-phi-node.ll
M polly/tools/GPURuntime/GPUJIT.h
M polly/www/documentation/gpgpucodegen.html
M polly/www/index.html
M polly/www/performance.html
M polly/www/projects.html
M polly/www/todo.html
Log Message:
-----------
[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
More information about the All-commits
mailing list