[all-commits] [llvm/llvm-project] 7b6751: [Support] Use bump ptr allocator for domtree nodes...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Sun Jan 18 04:26:33 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b6751916cf74692df9c331ecdc731c42addafdf
      https://github.com/llvm/llvm-project/commit/7b6751916cf74692df9c331ecdc731c42addafdf
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2026-01-18 (Sun, 18 Jan 2026)

  Changed paths:
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h

  Log Message:
  -----------
  [Support] Use bump ptr allocator for domtree nodes (#102516)

Avoids one heap allocation per basic block per dominator tree and
improves data locality.



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