[all-commits] [llvm/llvm-project] 18c725: [DomTree] Remove dead code.[NFC]

Alina Sbirlea via All-commits all-commits at lists.llvm.org
Mon Jul 27 18:03:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 18c725e735b1bfb756c2320d812bb095f2c98574
      https://github.com/llvm/llvm-project/commit/18c725e735b1bfb756c2320d812bb095f2c98574
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

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

  Log Message:
  -----------
  [DomTree] Remove dead code.[NFC]


  Commit: fbca317694bf635bff4309768df11259387eb371
      https://github.com/llvm/llvm-project/commit/fbca317694bf635bff4309768df11259387eb371
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/Support/CFGDiff.h

  Log Message:
  -----------
  [CFGDiff] Refactor Succ/Pred maps.

Summary:
Refactor Succ/Pred maps to have a single map lookup when constructing
children. The preivous desing made sense when used by GraphTraits.
This more closely matches the previous approach in DomTree.

Reviewers: dblaikie

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D84567


Compare: https://github.com/llvm/llvm-project/compare/8120eba5fce3...fbca317694bf


More information about the All-commits mailing list