[PATCH] D64595: [Debuginfo][SROA] Need to handle dbg.value in SROA pass.
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 09:38:29 PDT 2019
dstenb added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/sroa-after-inlining.ll:6
+; intrinsics into dbg.value. Inlining creates new opportunities for SROA,
+; so it is called again. This time it does not handle correctly previously
+; inserted dbg.value intrinsics.
----------------
Could you perhaps expand the last sentence a bit so that it describes how SROA did not handle it correctly?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64595/new/
https://reviews.llvm.org/D64595
More information about the llvm-commits
mailing list