[all-commits] [llvm/llvm-project] 926bea: [Transforms/Utils][NFC] Replace SmallPtrSet with v...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Sun Mar 15 08:45:14 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 926bea91c14893ba661393e44882fae83b446827
      https://github.com/llvm/llvm-project/commit/926bea91c14893ba661393e44882fae83b446827
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2026-03-15 (Sun, 15 Mar 2026)

  Changed paths:
    M llvm/lib/Transforms/Utils/Local.cpp

  Log Message:
  -----------
  [Transforms/Utils][NFC] Replace SmallPtrSet with vector (#186664)

Typically most blocks in a function are reachable, so use a vector
indexed by block number instead of a SmallPtrSet.



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