Reapply: DebugInfo: Add missing test coverage for DW_OP_convert in loclists
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 5 Feb 2020 02:08:16 +0000 (18:08 -0800)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 5 Feb 2020 02:18:45 +0000 (18:18 -0800)
commitb0cd0b7c909edceed7aa7e55ab0677fba1a0511c
treec19e45e5dea43d34de09b78c097cc216d8a51c1d
parentcd9142ed8a46e3ffa199176a5f447fc1a4e1c4d1
Reapply: DebugInfo: Add missing test coverage for DW_OP_convert in loclists

Originally committed in: 5327b917e3bd0b3db352cb5a61eea7409f2d1972
      and follow on fix: 4f281f047457ce3f1870a93253476222314f420b

            Reverted in: 191a9a78b3f4bdf35a30d3480bd630d787a2fdf6
            and: f75301d16d444d8cb6810d679290df744bc79ec7

Reverted because it wasn't portable between the targets it was running
on. Using %llc_dwarf ensures the target triple is always elfine and thus
DWARF compatible.
llvm/test/DebugInfo/X86/convert-loclist.ll [new file with mode: 0644]