[all-commits] [llvm/llvm-project] ca5696: [VPlan] Properly retain flags when cloning VPRepli...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Feb 14 03:12:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca5696668477750b4ddc31ea4cff25054dc8cf2a
https://github.com/llvm/llvm-project/commit/ca5696668477750b4ddc31ea4cff25054dc8cf2a
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Properly retain flags when cloning VPReplicateRecipe.
This makes sure the correct flags are used for the clone (i.e. the ones
present on the recipe), instead of the ones on the original IR
instruction.
At the moment, this should not change anything, as flags of replicate
recipe should not be dropped before they are cloned at the moment. But
that will change in a follow-up patch.
More information about the All-commits
mailing list