[all-commits] [llvm/llvm-project] 823d35: [VPlan] Use RecipeBuilder to look up member when f...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun May 7 10:03:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 823d35fd3b6659ed140c165bed69e575e500fa5a
https://github.com/llvm/llvm-project/commit/823d35fd3b6659ed140c165bed69e575e500fa5a
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Use RecipeBuilder to look up member when fixing IG (NFC).
Recipes for interleave group members are recorded directly in the
RecipeBuilder. Use it directly instead of going indirectly through
VPlan's Value->VPValue mapping.
More information about the All-commits
mailing list