[all-commits] [llvm/llvm-project] ddb126: [SLP]Insert vector instruction after landingpad
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Apr 15 13:58:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddb12674300eb1af5e6945b5447e7bff7cff4cd8
https://github.com/llvm/llvm-project/commit/ddb12674300eb1af5e6945b5447e7bff7cff4cd8
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/landing-pad-for-split-node.ll
Log Message:
-----------
[SLP]Insert vector instruction after landingpad
If the node must be emitted in the landingpad block, need to insert the
instructions after the landingpad instruction to avoid a crash.
Fixes #135781
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