[all-commits] [llvm/llvm-project] b6a2dd: [LV] Use info from State in some helper functions ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Dec 12 12:50:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6a2ddb6c8ac29412b1361810972e15221fa021c
https://github.com/llvm/llvm-project/commit/b6a2ddb6c8ac29412b1361810972e15221fa021c
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-12 (Sun, 12 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Use info from State in some helper functions (NFC).
This updates several helper functions to use information provided by
VPTransformState instead of ILV directly, to help with the transition
out of ILV.
More information about the All-commits
mailing list