[PATCH] D100446: [Transforms][Debugify] Fix "Missing line" false alarm on PHI nodes

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 08:50:32 PDT 2021


djtodoro added a comment.

So this patch will remove reporting warnings of missing debug loc to PHIs completely, right?
Can we at least introduce an option to keep checking the PHIs, because there are cases it can be a real issue detected by debugify.



================
Comment at: llvm/test/DebugInfo/debugify-ignore-phi.ll:18
+
+attributes #0 = { nofree nosync nounwind readnone speculatable willreturn }
+
----------------
I think we can remove the attributes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100446



More information about the llvm-commits mailing list