[all-commits] [llvm/llvm-project] 14bf60: [CycleInfo] Deduplicate getExitBlocks with a set. ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 18 16:55:24 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14bf60dacab081559bedca01ab426f52793b38cb
https://github.com/llvm/llvm-project/commit/14bf60dacab081559bedca01ab426f52793b38cb
Author: Fangrui Song <i at maskray.me>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M llvm/include/llvm/ADT/GenericCycleImpl.h
Log Message:
-----------
[CycleInfo] Deduplicate getExitBlocks with a set. NFC (#210557)
Fix the O(exit_blocks^2) hazard.
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