[all-commits] [llvm/llvm-project] dbd0c0: [MC][DWARF][NFC] Drop CIEKey map (#96075)

Alexis Engelke via All-commits all-commits at lists.llvm.org
Wed Jun 26 01:36:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbd0c031366a1373db6dbe42186351568f526e56
      https://github.com/llvm/llvm-project/commit/dbd0c031366a1373db6dbe42186351568f526e56
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2024-06-26 (Wed, 26 Jun 2024)

  Changed paths:
    M llvm/lib/MC/MCDwarf.cpp

  Log Message:
  -----------
  [MC][DWARF][NFC] Drop CIEKey map (#96075)

We already sort frames by their CIEKey, so we know that we only need to
update the CIE symbol when the CIE key changes. No need for a DenseMap.



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