https://reviews.llvm.org/D56587 introduced DW_OP_LLVM_convert but forgot to update the MIR parser (came apparent when trying to add a .mir test).
This is a trivial update to the parser.
Differential D59685
[DebugInfo] MIRParser support to handle DW_OP_LLVM_convert ops markus on Mar 22 2019, 3:19 AM. Authored by
Details
https://reviews.llvm.org/D56587 introduced DW_OP_LLVM_convert but forgot to update the MIR parser (came apparent when trying to add a .mir test). This is a trivial update to the parser.
Diff Detail
|