[all-commits] [llvm/llvm-project] a1a107: [SandboxVec][DAG] Remove all matching nodes from b...
vporpo via All-commits
all-commits at lists.llvm.org
Thu Feb 20 15:16:33 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1a10732e417020269b1cafcbdaba7bc217c5299
https://github.com/llvm/llvm-project/commit/a1a10732e417020269b1cafcbdaba7bc217c5299
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h
M llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SchedulerTest.cpp
Log Message:
-----------
[SandboxVec][DAG] Remove all matching nodes from bundle
This fixes a bug where `SchedBundle::eraseFromBundle()` would not erase all
matching nodes but just the first one.
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