1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[AMDGPU][NFC] Fix typos in SIFormMemoryClauses description

NFC.
This commit is contained in:
Austin Kerbow 2021-05-06 07:43:11 -07:00
parent 328fd59846
commit 3e889f931b

View File

@ -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.
///
//===----------------------------------------------------------------------===//