[all-commits] [llvm/llvm-project] 20177c: [VPlan] Turn private members of VPlanTransforms to...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 17 05:45:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20177c45dba99d0ea824142ffb874101435a4514
https://github.com/llvm/llvm-project/commit/20177c45dba99d0ea824142ffb874101435a4514
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-02-17 (Sat, 17 Feb 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
Log Message:
-----------
[VPlan] Turn private members of VPlanTransforms to static funcs (NFC)
Private members of VPlanTransforms are only used inside
VPlanTransforms.cpp, just make them static.
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