[all-commits] [llvm/llvm-project] 6f7347: [LV] Use PredRecipe directly instead of getOrAddVP...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jul 13 17:01:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f7347b888a475a20451863b5142c455d2b0450b
https://github.com/llvm/llvm-project/commit/6f7347b888a475a20451863b5142c455d2b0450b
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
Log Message:
-----------
[LV] Use PredRecipe directly instead of getOrAddVPValue (NFC).
There is no need to look up the VPValue for Instr, PredRecipe can be
used directly.
More information about the All-commits
mailing list