[all-commits] [llvm/llvm-project] 6011d6: [VPlan] Use start value of reduction phi to determ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jan 16 06:40:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6011d6b2cceaed14b03c6a9759b4af3b56bdc262
https://github.com/llvm/llvm-project/commit/6011d6b2cceaed14b03c6a9759b4af3b56bdc262
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Use start value of reduction phi to determine type (NFCI).
Instead of accessing the underlying original IR value, check the type of
the start value from the recipe directly.
More information about the All-commits
mailing list