[PATCH] D78108: [CSInfo][MIPS] Describe parameter value loaded by ADDiu instruction

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 8 06:56:40 PDT 2020


djtodoro added inline comments.


================
Comment at: llvm/test/DebugInfo/MIR/Mips/dbg-call-site-param-addiu.mir:99
+  !18 = !DILocation(line: 0, scope: !12)
+  !19 = !DILocation(line: 4, column: 4, scope: !12)
+  !20 = !DILocation(line: 5, column: 28, scope: !12)
----------------
The same tip for trimming out the test: Use only one `DILocation` per scope.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78108/new/

https://reviews.llvm.org/D78108





More information about the llvm-commits mailing list