[all-commits] [llvm/llvm-project] 39c306: [VPlan] Update type of cloned instruction in scala...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Aug 2 11:50:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39c30665e99145e07b0170b552f18371a67b2e03
https://github.com/llvm/llvm-project/commit/39c30665e99145e07b0170b552f18371a67b2e03
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-08-02 (Sat, 02 Aug 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/test/Transforms/LoopVectorize/single-scalar-cast-minbw.ll
Log Message:
-----------
[VPlan] Update type of cloned instruction in scalarizeInstruction.
The operands of the replicate recipe may have been narrowed, resulting
in a narrower result type. Update the type of the cloned instruction to
the correct type.
Fixes https://github.com/llvm/llvm-project/issues/151392.
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