[llvm] 540b934 - Fix LLVM sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 11:14:51 PDT 2023
Author: Aaron Ballman
Date: 2023-06-05T14:14:23-04:00
New Revision: 540b934ff9a761677060b9c80bdd7dd303e74bbc
URL: https://github.com/llvm/llvm-project/commit/540b934ff9a761677060b9c80bdd7dd303e74bbc
DIFF: https://github.com/llvm/llvm-project/commit/540b934ff9a761677060b9c80bdd7dd303e74bbc.diff
LOG: Fix LLVM sphinx build
Addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/35886
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 3e566e65cf2eb..11601f80bbd79 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -788,7 +788,7 @@ supported for the ``amdgcn`` target.
GFX9-GFX11.
Code that manipulates the stack values in other lanes of a wavefront,
- such as by `addrspacecast`ing stack pointers to generic ones and taking offsets
+ such as by ``addrspacecast``-ing stack pointers to generic ones and taking offsets
that reach other lanes or by explicitly constructing the scratch buffer descriptor,
triggers undefined behavior when it modifies the scratch values of other lanes.
The compiler may assume that such modifications do not occur.
More information about the llvm-commits
mailing list