[all-commits] [llvm/llvm-project] a14a10: [ORC] Add WaitingOnGraph::visitWithRemoval, refact...
Lang Hames via All-commits
all-commits at lists.llvm.org
Fri Mar 6 17:40:13 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a14a104f889feb94f7da1cd06d817f950573c7d7
https://github.com/llvm/llvm-project/commit/a14a104f889feb94f7da1cd06d817f950573c7d7
Author: Lang Hames <lhames at gmail.com>
Date: 2026-03-07 (Sat, 07 Mar 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h
Log Message:
-----------
[ORC] Add WaitingOnGraph::visitWithRemoval, refactor some loops. (#185001)
visitWithRemoval visits the elements of a vector performing a
swap-and-pop to remove any for which the visitor returns true.
Use this to refactor some loops in WaitingOnGraph that used this idiom.
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