[all-commits] [llvm/llvm-project] 27df1b: [SLPVectorizer] Use TargetFolder (#85800)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 20 01:19:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27df1b23e07009b1450ebb2072abac97e2958b07
https://github.com/llvm/llvm-project/commit/27df1b23e07009b1450ebb2072abac97e2958b07
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLPVectorizer] Use TargetFolder (#85800)
Use IRBuilder with TargetFolder in SLPVectorizer to avoid the custom
constant folding code.
This fixes the remaining part of
https://github.com/llvm/llvm-project/issues/61240.
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