[PATCH] D57584: [DebugInfo][DAG] Reduce SelectionDAGs reordering of variables referring to Arguments
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 12:03:37 PST 2019
bjope added inline comments.
================
Comment at: test/DebugInfo/Sparc/subreg.ll:29
!10 = !DIBasicType(name: "long double", size: 128, encoding: DW_ATE_float)
-!13 = !DILocalVariable(name: "a", scope: !7, file: !1, line: 1, type: !14)
+!13 = !DILocalVariable(name: "a", scope: !7, arg: 1, file: !1, line: 1, type: !14)
!14 = !DIBasicType(name: "complex", size: 256, encoding: DW_ATE_complex_float)
----------------
I'm using a different solution in: https://reviews.llvm.org/D57702
Maybe we should probably do something about this test case in a separate commit. It is apparently easy to break.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57584/new/
https://reviews.llvm.org/D57584
More information about the llvm-commits
mailing list