[all-commits] [llvm/llvm-project] f7c7db: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIR...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Feb 10 13:14:17 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: f7c7db9b6fb14464d8ac6e224b801f6de81638d9
https://github.com/llvm/llvm-project/commit/f7c7db9b6fb14464d8ac6e224b801f6de81638d9
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
A llvm/test/Transforms/LoopVectorize/AArch64/drop-poison-generating-flags.ll
Log Message:
-----------
[VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof.
When VPWidenIntrinsicRecipe was changed to inhert from VPRecipeWithIRFlags,
VPRecipeWithIRFlags::classof wasn't updated accordingly. Also check for
VPWidenIntrinsicSC in VPRecipeWithIRFlags::classof.
Fixes https://github.com/llvm/llvm-project/issues/125301.
(cherry picked from commit 75b922dccfc35ec25a520b1941e6682a300802b8)
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