[all-commits] [llvm/llvm-project] 320127: [VPlan] Handle scalarized values in VPTransformState.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jan 25 06:23:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3201274dea63abbac5467f3f992f0280cbf3b100
https://github.com/llvm/llvm-project/commit/3201274dea63abbac5467f3f992f0280cbf3b100
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Handle scalarized values in VPTransformState.
This patch adds plumbing to handle scalarized values directly in
VPTransformState.
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D92282
More information about the All-commits
mailing list