[PATCH] D86340: [AMDGPU, docs] Test commit access

Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 01:32:57 PDT 2020


RamNalamothu updated this revision to Diff 287310.
RamNalamothu added a comment.

Update the title and address review comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86340/new/

https://reviews.llvm.org/D86340

Files:
  llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst


Index: llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
===================================================================
--- llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -112,7 +112,7 @@
 HPC Debugger and GCC compiler.
 
 The AMDGPU has several features that require additional DWARF functionality in
-order to achieve better debugging experience for the optimized code.
+order to support optimized code.
 
 AMDGPU optimized code may spill vector registers to non-global address space
 memory, and this spilling may be done only for lanes that are active on entry


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86340.287310.patch
Type: text/x-patch
Size: 663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/63dbc9f9/attachment.bin>


More information about the llvm-commits mailing list