[llvm] [KeyInstr] Inline atom info (PR #133481)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 05:54:34 PDT 2025


================
@@ -1813,7 +1813,8 @@ static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt,
                                DenseMap<const MDNode *, MDNode *> &IANodes) {
   auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes);
   return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(),
-                         OrigDL.getScope(), IA);
+                         OrigDL.getScope(), IA, OrigDL.isImplicitCode(),
----------------
OCHyams wrote:

(note to others: this was discussed offline as fine to ignore)

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


More information about the llvm-commits mailing list