[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.* empty operation expression for this purpose.*
* If the top stack entry is a location description, or can be converted * If the top stack entry is a location description, or can be converted
to one, then the result is that, possibly converted, location description. to one (see :ref:`amdgpu-dwarf-memory-location-description-operations`),
Any other entries on the stack are discarded. then the result is that, possibly converted, location description. Any other
entries on the stack are discarded.
* Otherwise the DWARF expression is ill-formed. * 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 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 * If the top stack entry is a value, or can be converted to one (see
result is that, possibly converted, value. Any other entries on the stack :ref:`amdgpu-dwarf-memory-location-description-operations`), then the result
are discarded. is that, possibly converted, value. Any other entries on the stack are
discarded.
* Otherwise the DWARF expression is ill-formed. * Otherwise the DWARF expression is ill-formed.