From 172d746e167b958e80dfae7c113bfb44b974f7c6 Mon Sep 17 00:00:00 2001 From: Austin Kerbow Date: Thu, 6 May 2021 07:43:11 -0700 Subject: [PATCH] [AMDGPU][NFC] Fix typos in SIFormMemoryClauses description NFC. --- llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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. /// //===----------------------------------------------------------------------===//