[all-commits] [llvm/llvm-project] 152244: [VPlan] Use VPUser for VPWidenSelectRecipe operand...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun May 24 06:04:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 15224408f0d49ddd2716080c52a9d0f9f64a2b5a
https://github.com/llvm/llvm-project/commit/15224408f0d49ddd2716080c52a9d0f9f64a2b5a
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Use VPUser for VPWidenSelectRecipe operands (NFC).
VPWidenSelectRecipe already contains a VPUser, but it is not used. This
patch updates the code related to VPWidenSelectRecipe to use VPUser for
its operands.
Reviewers: Ayal, gilr, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D80219
More information about the All-commits
mailing list