[PATCH] D91424: [DebugInfo] Improve debug info accuracy for locals after inlining alloca uses [2/3]

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 02:00:22 PST 2021


Orlando updated this revision to Diff 316593.
Orlando added a comment.

Rebase and fix a typo in a comment.


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

https://reviews.llvm.org/D91424

Files:
  debuginfo-tests/dexter-tests/memvars/inlining-dse-alloca-survives.c
  debuginfo-tests/dexter-tests/memvars/inlining-dse.c
  debuginfo-tests/dexter-tests/memvars/inlining-unused-param-dse.c
  debuginfo-tests/dexter-tests/memvars/two-inlined-calls.c
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/test/DebugInfo/Generic/inline-alloca-use.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91424.316593.patch
Type: text/x-patch
Size: 27552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/8316af70/attachment.bin>


More information about the llvm-commits mailing list