[all-commits] [llvm/llvm-project] c83112: [IteratedDominanceFrontier] Decrease number of Sma...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jun 13 19:51:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c83112958d7a1657ce942fa6c7b2db2ec901d7e5
      https://github.com/llvm/llvm-project/commit/c83112958d7a1657ce942fa6c7b2db2ec901d7e5
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-06-13 (Sat, 13 Jun 2020)

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

  Log Message:
  -----------
  [IteratedDominanceFrontier] Decrease number of SmallPtrSet::insert and delete unneeded SmallVector::clear

Also, fix the argument name to be consistent with the declaration.




More information about the All-commits mailing list