[llvm] 172d746 - [AMDGPU][NFC] Fix typos in SIFormMemoryClauses description
Austin Kerbow via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 07:48:41 PDT 2021
Author: Austin Kerbow
Date: 2021-05-06T07:47:39-07:00
New Revision: 172d746e167b958e80dfae7c113bfb44b974f7c6
URL: https://github.com/llvm/llvm-project/commit/172d746e167b958e80dfae7c113bfb44b974f7c6
DIFF: https://github.com/llvm/llvm-project/commit/172d746e167b958e80dfae7c113bfb44b974f7c6.diff
LOG: [AMDGPU][NFC] Fix typos in SIFormMemoryClauses description
NFC.
Added:
Modified:
llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp b/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
index ba074eca718a..80ee7a00252a 100644
--- a/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
+++ b/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
@@ -6,12 +6,11 @@
//
//===----------------------------------------------------------------------===//
//
-/// \file This pass extends the live ranges extends the live ranges of registers
-/// used as pointers in sequences of adjacent of SMEM and VMEM instructions if
-/// XNACK is enabled. A load that would overwrite a pointer would require
-/// breaking the soft clause. Artificially extend the life ranges of the pointer
-/// operands by adding implicit-def early-clobber operands throughout the soft
-/// clause.
+/// \file This pass extends the live ranges of registers used as pointers in
+/// sequences of adjacent SMEM and VMEM instructions if XNACK is enabled. A
+/// load that would overwrite a pointer would require breaking the soft clause.
+/// Artificially extend the live ranges of the pointer operands by adding
+/// implicit-def early-clobber operands throughout the soft clause.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list