[all-commits] [llvm/llvm-project] fc08ad: [SandboxVec][DAG] Implement UnscheduledSuccs (#112...
vporpo via All-commits
all-commits at lists.llvm.org
Mon Oct 14 16:23:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc08ad6610c66856f48559e543eb7be317e908e7
https://github.com/llvm/llvm-project/commit/fc08ad6610c66856f48559e543eb7be317e908e7
Author: vporpo <vporpodas at google.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h
M llvm/lib/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.cpp
M llvm/unittests/Transforms/Vectorize/SandboxVectorizer/DependencyGraphTest.cpp
Log Message:
-----------
[SandboxVec][DAG] Implement UnscheduledSuccs (#112255)
This patch implements the UnscheduledSuccs counter in DGNode. It counts
the number of unscheduled successors and is used by the scheduler to
determine when a node is ready.
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