[all-commits] [llvm/llvm-project] bbd194: [VPlan] Add disjoint flag to VPRecipeWithIRFlags. ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 5 07:22:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbd1941a38fc84e7d371517db5b3dc695c31893c
https://github.com/llvm/llvm-project/commit/bbd1941a38fc84e7d371517db5b3dc695c31893c
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/X86/scatter_crash.ll
M llvm/test/Transforms/LoopVectorize/preserve-or-disjoint.ll
M llvm/test/Transforms/LoopVectorize/reduction-with-invariant-store.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
Log Message:
-----------
[VPlan] Add disjoint flag to VPRecipeWithIRFlags. (#74364)
A new disjoint flag was added for OR instructions in #72583.
Update VPRecipeWithIRFlags to also support the new flag. This
allows printing and preserving the disjoint flag in vectorized code.
More information about the All-commits
mailing list