From: Josh Stone Date: Wed, 15 Apr 2020 21:38:43 +0000 (-0700) Subject: [NFC] correct "thier" to "their" X-Git-Tag: llvmorg-12-init~8900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a0d8c31a32711dd1101ebcd0a563dec13efdfb9;p=platform%2Fupstream%2Fllvm.git [NFC] correct "thier" to "their" --- diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index e7750cc..f4d74ff 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -1758,7 +1758,7 @@ MCSection *TargetLoweringObjectFileWasm::getExplicitSectionGlobal( // Certain data sections we treat as named custom sections rather than // segments within the data section. // This could be avoided if all data segements (the wasm sense) were - // represented as thier own sections (in the llvm sense). + // represented as their own sections (in the llvm sense). // TODO(sbc): https://github.com/WebAssembly/tool-conventions/issues/138 if (Name == ".llvmcmd" || Name == ".llvmbc") Kind = SectionKind::getMetadata(); diff --git a/polly/www/documentation/gpgpucodegen.html b/polly/www/documentation/gpgpucodegen.html index bc2949a..917c7cb 100644 --- a/polly/www/documentation/gpgpucodegen.html +++ b/polly/www/documentation/gpgpucodegen.html @@ -80,7 +80,7 @@ parfor(int i=0 to M) text.

In this project, we assume that the device driver library has provided an interface to launch kernels in the form of assembly text. Fortunately, most - of the mainstream GPU vendors provide such a feature in thier products (see + of the mainstream GPU vendors provide such a feature in their products (see ptxjit of NVIDIA GPUs and CAL of AMD GPUs). Generally speaking, what we are going to do in Polly is:

  • Find a way to tile the parallel loops.