[all-commits] [llvm/llvm-project] 6d3280: [SandboxIR] Fix notifyEraseInstr to skip scheduled...
Anshil Gandhi via All-commits
all-commits at lists.llvm.org
Wed Jul 29 22:43:11 PDT 2026
Branch: refs/heads/users/gandhi56/sandbox-vectorizer/scheduler-fix
Home: https://github.com/llvm/llvm-project
Commit: 6d3280836089b55068745bf41b28ab37a2477da6
https://github.com/llvm/llvm-project/commit/6d3280836089b55068745bf41b28ab37a2477da6
Author: Anshil Gandhi <gandhi21299 at gmail.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.cpp
M llvm/unittests/Transforms/Vectorize/SandboxVectorizer/DependencyGraphTest.cpp
Log Message:
-----------
[SandboxIR] Fix notifyEraseInstr to skip scheduled neighbors
Guard both loops with !PredN->scheduled() / !SuccN->scheduled() so
scheduled neighbors are left untouched, and add a unit test that erases
a node with one scheduled and one unscheduled predecessor to cover the
fix.
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