[all-commits] [llvm/llvm-project] 04c367: [SandboxIR] Fix notifyEraseInstr to skip scheduled...

Anshil Gandhi via All-commits all-commits at lists.llvm.org
Wed Jul 29 22:34:41 PDT 2026


  Branch: refs/heads/users/gandhi56/sandbox-vectorizer/scheduler-fix
  Home:   https://github.com/llvm/llvm-project
  Commit: 04c36728217e5e78faa35136337f0233f298d33d
      https://github.com/llvm/llvm-project/commit/04c36728217e5e78faa35136337f0233f298d33d
  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