[llvm] r304848 - Add documentation for various aspects of the AMDGPU backend.

Tony Tye via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 17:08:35 PDT 2017


Author: t-tye
Date: Tue Jun  6 19:08:35 2017
New Revision: 304848

URL: http://llvm.org/viewvc/llvm-project?rev=304848&view=rev
Log:
Add documentation for various aspects of the AMDGPU backend.
Remove extra tabs.
Builds sucessfully with Sphinx v1.5.5

Differential Revision: https://reviews.llvm.org/D33736

Modified:
    llvm/trunk/docs/AMDGPUUsage.rst

Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=304848&r1=304847&r2=304848&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Tue Jun  6 19:08:35 2017
@@ -2549,7 +2549,7 @@ coherent) and so the L2 cache will coher
                                                              always generate
                                                              (see comment for
                                                              previous fence).
-							   - Could be split into
+                                                           - Could be split into
                                                              separate s_waitcnt
                                                              vmcnt(0) and
                                                              s_waitcnt




More information about the llvm-commits mailing list