[all-commits] [llvm/llvm-project] 75b922: [VPlan] Check VPWidenIntrinsicSC in VPRecipeWithIR...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 1 13:43:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75b922dccfc35ec25a520b1941e6682a300802b8
https://github.com/llvm/llvm-project/commit/75b922dccfc35ec25a520b1941e6682a300802b8
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-02-01 (Sat, 01 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.
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