forked from OSchip/llvm-project
[AMDGPU][NFC] Fix typos in SIFormMemoryClauses description
NFC.
This commit is contained in:
parent
e4b790c5e3
commit
172d746e16
|
@ -6,12 +6,11 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
/// \file This pass extends the live ranges extends the live ranges of registers
|
/// \file This pass extends the live ranges of registers used as pointers in
|
||||||
/// used as pointers in sequences of adjacent of SMEM and VMEM instructions if
|
/// sequences of adjacent SMEM and VMEM instructions if XNACK is enabled. A
|
||||||
/// XNACK is enabled. A load that would overwrite a pointer would require
|
/// load that would overwrite a pointer would require breaking the soft clause.
|
||||||
/// breaking the soft clause. Artificially extend the life ranges of the pointer
|
/// Artificially extend the live ranges of the pointer operands by adding
|
||||||
/// operands by adding implicit-def early-clobber operands throughout the soft
|
/// implicit-def early-clobber operands throughout the soft clause.
|
||||||
/// clause.
|
|
||||||
///
|
///
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue