[all-commits] [llvm/llvm-project] 060d15: [SLP][NFCI]Check early for deleted instructions
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Oct 15 10:55:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 060d151476b871b48662dbd1947b67d9b0ae9d13
https://github.com/llvm/llvm-project/commit/060d151476b871b48662dbd1947b67d9b0ae9d13
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFCI]Check early for deleted instructions
Check as early as possible for the deleted instructions before trying to
vectorize the code. May reduce number of attempts for the vectorization.
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