[PATCH] D45593: [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModule

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 17:54:06 PDT 2018


rtereshin added inline comments.


================
Comment at: lib/IR/DebugInfo.cpp:107
       }
     }
   }
----------------
Syncing this up with what `CloneBasicBlock` is doing, extracted as a separate method and re-used in the follow-up NFC commit.


Repository:
  rL LLVM

https://reviews.llvm.org/D45593





More information about the llvm-commits mailing list