[all-commits] [llvm/llvm-project] c9c03e: [SLP]Fix a crash on non-fp operator isFast request
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Jul 30 05:19:56 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9c03ed3991035591d2a4529f323ed9e5e345221
https://github.com/llvm/llvm-project/commit/c9c03ed3991035591d2a4529f323ed9e5e345221
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/ARM/non-fp-math-op.ll
Log Message:
-----------
[SLP]Fix a crash on non-fp operator isFast request
isFast should be used only on FPMathOperator kind instructons.
Reviewers:
Pull Request: https://github.com/llvm/llvm-project/pull/213008
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