[AMDGPU] Update DWARF proposal

- Add reference to implicit conversion description.
This commit is contained in:
Tony 2020-07-01 20:21:58 +00:00
parent 5a580bbb81
commit 31fdcf64d2
1 changed files with 7 additions and 5 deletions

View File

@ -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.