[PATCH] D69809: Wrong debug info generated at -O2 (-O0 is correct)
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 23:28:53 PST 2019
djtodoro 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
+
----------------
This is unused. We can delete this from the test.
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