[all-commits] [llvm/llvm-project] faebc6: [VPlan] Register recipe for instr if the simplifie...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 11 06:33:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faebc6bf108eccdfd75917636c64137f73a7bda7
https://github.com/llvm/llvm-project/commit/faebc6bf108eccdfd75917636c64137f73a7bda7
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/reduction.ll
Log Message:
-----------
[VPlan] Register recipe for instr if the simplified value is recipe.
If the simplified VPValue is a recipe, we need to register it for Instr,
in case it needs to be recorded. The way this is handled in general may
change soon, following some post-commit comments.
This fixes PR50298.
More information about the All-commits
mailing list