[all-commits] [llvm/llvm-project] 01f042: [LV] Get FMFs from VectorBuilder in createSimpleRe...
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Mar 20 01:39:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01f04252b6711e281d9569172302ec20789e9bbe
https://github.com/llvm/llvm-project/commit/01f04252b6711e281d9569172302ec20789e9bbe
Author: Luke Lau <luke at igalia.com>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M llvm/include/llvm/IR/VectorBuilder.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[LV] Get FMFs from VectorBuilder in createSimpleReduction. NFC (#132017)
The other createSimpleReduction takes the FMFs from the IRBuilder, so
this aligns the VectorBuilder variant to do the same and reduce the
possibility of there being a mismatch in flags.
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