[all-commits] [llvm/llvm-project] 48c92d: [SandboxVec][DAG] Update DAG whenever a Use is set...
vporpo via All-commits
all-commits at lists.llvm.org
Fri Feb 14 11:58:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48c92dda0086d0ec2e8c1032ec53edec743c85f3
https://github.com/llvm/llvm-project/commit/48c92dda0086d0ec2e8c1032ec53edec743c85f3
Author: vporpo <vporpodas at google.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
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] Update DAG whenever a Use is set (#127247)
This patch implements automatic DAG updating whenever a Use is set. This
maintains the UnscheduledSuccs counter that the scheduler relies on.
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