[all-commits] [llvm/llvm-project] 9bc866: [VPlan] Add recipe to handle SCEV expansion (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Feb 27 04:48:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bc866cc6f4fa01186e5ec8306d6b542962b27e9
https://github.com/llvm/llvm-project/commit/9bc866cc6f4fa01186e5ec8306d6b542962b27e9
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-27 (Sun, 27 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Add recipe to handle SCEV expansion (NFC).
This can be used to explicitly model VPValues that depend on SCEV
expansion, like the step for inductions.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D116288
More information about the All-commits
mailing list