[PATCH] D87494: Improve LSR debug-info

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 00:58:42 PDT 2020


bjope added inline comments.


================
Comment at: llvm/test/Transforms/LoopStrengthReduce/dbg-preserve-0.ll:44
+!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 12.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None)
+!1 = !DIFile(filename: "lsrdbg.c", directory: "/repo/elavkje/llvm-project/llvm")
+!2 = !{}
----------------
I usually clear these (no gain in exposing my own directory structures in upstream test cases).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87494



More information about the llvm-commits mailing list