Added llvm-dwarfdump support to decode DW_OP_convert (and eventually other typed DW5 ops) as a preparation before introducing such ops in llvm debug info output (see https://reviews.llvm.org/D56587)
Example output
0x0000013d:     DW_TAG_variable
                  DW_AT_location        (0x000000d3
                     [0x0000000000401197,  0x000000000040119a): DW_OP_breg0 RAX+0, DW_OP_constu 0xff, DW_OP_and, DW_OP_convert (0x00000107) "DW_ATE_signed_8", DW_OP_convert (0x0000010e) "DW_ATE_signed_16", DW_OP_stack_value)
                  DW_AT_name    ("z")
                  DW_AT_decl_file       ("/repo/elavkje/llvm/my-dbg-test/dwarf-sext/linked/dbg-bar.c")
                  DW_AT_decl_line       (3)
                  DW_AT_type    (0x0000014d "short")
0x0000014c:     NULL