[llvm] 31fdcf6 - [AMDGPU] Update DWARF proposal
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 13:36:12 PDT 2020
Author: Tony
Date: 2020-07-01T20:35:15Z
New Revision: 31fdcf64d24d537fbc227dbb475ef388cdf92dbc
URL: https://github.com/llvm/llvm-project/commit/31fdcf64d24d537fbc227dbb475ef388cdf92dbc
DIFF: https://github.com/llvm/llvm-project/commit/31fdcf64d24d537fbc227dbb475ef388cdf92dbc.diff
LOG: [AMDGPU] Update DWARF proposal
- Add reference to implicit conversion description.
Added:
Modified:
llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
index c6868d675a88..a2c48f97717a 100644
--- a/llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
+++ b/llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
@@ -671,8 +671,9 @@ result of the evaluation is:
empty operation expression for this purpose.*
* If the top stack entry is a location description, or can be converted
- to one, then the result is that, possibly converted, location description.
- Any other entries on the stack are discarded.
+ to one (see :ref:`amdgpu-dwarf-memory-location-description-operations`),
+ then the result is that, possibly converted, location description. Any other
+ entries on the stack are discarded.
* Otherwise the DWARF expression is ill-formed.
@@ -683,9 +684,10 @@ result of the evaluation is:
* If evaluation of the DWARF expression requires a value, then:
- * If the top stack entry is a value, or can be converted to one, then the
- result is that, possibly converted, value. Any other entries on the stack
- are discarded.
+ * If the top stack entry is a value, or can be converted to one (see
+ :ref:`amdgpu-dwarf-memory-location-description-operations`), then the result
+ is that, possibly converted, value. Any other entries on the stack are
+ discarded.
* Otherwise the DWARF expression is ill-formed.
More information about the llvm-commits
mailing list