[all-commits] [llvm/llvm-project] 5b4b3e: [VPlan] Move widening check for non-memory/non-cal...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Apr 15 03:50:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b4b3e0b6e930cf993b9aaadbe709bfb96573598
https://github.com/llvm/llvm-project/commit/5b4b3e0b6e930cf993b9aaadbe709bfb96573598
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
Log Message:
-----------
[VPlan] Move widening check for non-memory/non-calls to function (NFC).
After introducing VPWidenSelectRecipe, the duplicated logic can be
shared.
Reviewers: gilr, rengolin, Ayal, hsaito
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D77973
More information about the All-commits
mailing list