[all-commits] [llvm/llvm-project] 421b27: [AsmParser] Apply deferred debug locations before ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jun 1 04:33:24 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 421b27c4ab4b789bc5084f5f3ff9c008f69846df
      https://github.com/llvm/llvm-project/commit/421b27c4ab4b789bc5084f5f3ff9c008f69846df
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2026-06-01 (Mon, 01 Jun 2026)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp
    A llvm/test/Assembler/dbg-intrinsic-forward-ref-upgrade.ll

  Log Message:
  -----------
  [AsmParser] Apply deferred debug locations before intrinsic upgrade. (#200779)

Intrinsic upgrades may delete instructions, leaving dangling pointers
that may be accessed when applying deferred debug locations after
91b77dc (#200649).

Fix by applying deferred debug locations before intrinsic upgrade.

PR: https://github.com/llvm/llvm-project/pull/200779



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list