[PATCH] D62650: [DebugInfo] DBG_VALUE instruction generated for loop counter is placed incorrectly.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:42:18 PDT 2019


aprantl added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/dbg-addr-dse.ll:103
+!17 = !{!"omnipotent char", !18, i64 0}
+!18 = !{!"Simple C/C++ TBAA"}
+!19 = !DILocation(line: 5, column: 3, scope: !8)
----------------
We can probably delete the TBAA info without compromising the test.


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

https://reviews.llvm.org/D62650





More information about the llvm-commits mailing list