[PATCH] D159485: [DebugInfo][RemoveDIs] Use getStableDebugLoc when picking IRBuilder source locations

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 12:58:45 PDT 2023


jmorse added a comment.

This revision will cause more of the instruction chain to be examined, and I suppose that if you have a block containing nothing but debug intrinsics and no terminator, it might walk off the end iterator? (Or perhaps there's just a mistake I've made).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159485



More information about the llvm-commits mailing list