[all-commits] [llvm/llvm-project] 829f2f: [VectorCombine] Mark function as changed if shuffl...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jul 1 13:40:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 829f2f2448f53572d097420e0df0f62b11fa0417
https://github.com/llvm/llvm-project/commit/829f2f2448f53572d097420e0df0f62b11fa0417
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] Mark function as changed if shuffle is created.
777d6b5de90b7e0 exposed a code path where a function is modified but not
marked accordingly. Make sure we return true from foldShuffleFromReductions
if only a shuffle has been inserted/replaced.
Should fix https://lab.llvm.org/buildbot/#/builders/187/builds/7578.
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