[llvm] [DebugInfo][RemoveDIs] Make dropping variable locations explicit (PR #72399)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 07:51:08 PST 2023


================
@@ -5179,6 +5184,15 @@ bool SimplifyCFGOpt::simplifyUnreachable(UnreachableInst *UI) {
 
   bool Changed = false;
 
+  // Ensure that any debug-info records that used to occur after the Unreachable
----------------
jmorse wrote:

It does, I believe it's covered by #72380 , not quite sure why I split these patches to be separate.

https://github.com/llvm/llvm-project/pull/72399


More information about the llvm-commits mailing list