[PATCH] D131167: [polly] Fixed a number of typos

Gabriel Ravier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 07:19:04 PDT 2022


GabrielRavier created this revision.
Herald added a reviewer: bollu.
Herald added a subscriber: arphaman.
Herald added a project: All.
GabrielRavier requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131167

Files:
  polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
  polly/include/polly/Support/VirtualInstruction.h
  polly/lib/CodeGen/ManagedMemoryRewrite.cpp
  polly/lib/Transform/ManualOptimizer.cpp
  polly/lib/Transform/ScheduleTreeTransform.cpp
  polly/test/CodeGen/non-affine-update.ll
  polly/test/ForwardOpTree/changed-kind.ll
  polly/test/ScopDetect/non-affine-loop.ll
  polly/test/ScopDetectionDiagnostics/ReportVariantBasePtr-01.ll
  polly/test/ScopInfo/aliasing_conditional_alias_groups_2.ll
  polly/test/ScopInfo/aliasing_many_parameters_not_all_involved.ll
  polly/test/ScopInfo/extract_constant_factor_introduces_new_parameter.ll
  polly/test/ScopInfo/invalid_add_rec_after_invariant_load_remapping.ll
  polly/test/ScopInfo/invariant_load_canonicalize_array_baseptrs_3.ll
  polly/test/ScopInfo/invariant_load_canonicalize_array_baseptrs_4.ll
  polly/test/ScopInfo/multidim_fold_constant_dim_zero.ll
  polly/test/ScopInfo/multidim_many_references.ll
  polly/test/ScopInfo/ranged_parameter.ll
  polly/test/ScopInfo/redundant_parameter_constraint.ll
  polly/test/ScopInfo/scalar_to_array.ll
  polly/test/Simplify/out-of-scop-use-in-region-entry-phi-node.ll
  polly/tools/GPURuntime/GPUJIT.h
  polly/www/documentation/gpgpucodegen.html
  polly/www/index.html
  polly/www/performance.html
  polly/www/projects.html
  polly/www/todo.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131167.449973.patch
Type: text/x-patch
Size: 19155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220804/514827a6/attachment.bin>


More information about the llvm-commits mailing list