[all-commits] [llvm/llvm-project] 5bd1af: [LV] Directly store VPlan in InnerLoopVectorizer (...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Oct 30 11:40:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bd1af5abcb7b9f92741dd7209e84b5607f7e88a
https://github.com/llvm/llvm-project/commit/5bd1af5abcb7b9f92741dd7209e84b5607f7e88a
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Directly store VPlan in InnerLoopVectorizer (NFC).
The current VPlan is already passed to multiple functions and more in
the future. Store it once directly in InnerLoopVectorizer.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list