[PATCH] D69809: Wrong debug info generated at -O2 (-O0 is correct)
kamlesh kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 02:50:25 PST 2019
kamleshbhalui marked an inline comment as done.
kamleshbhalui added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/pr43893.ll:26
+; Function Attrs: nounwind readnone speculatable willreturn
+declare void @llvm.dbg.declare(metadata, metadata, metadata) #1
+
----------------
djtodoro wrote:
> This is unused. We can delete this from the test.
Yes deleted that.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69809/new/
https://reviews.llvm.org/D69809
More information about the llvm-commits
mailing list