[all-commits] [llvm/llvm-project] e38949: [NFC] Move DroppedVariableStats code to Analysis (...
Shubham Sandeep Rastogi via All-commits
all-commits at lists.llvm.org
Wed Dec 18 23:42:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e389492d6a00e1c49a034e13343098541ebd03c6
https://github.com/llvm/llvm-project/commit/e389492d6a00e1c49a034e13343098541ebd03c6
Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
A llvm/include/llvm/Analysis/DroppedVariableStats.h
R llvm/include/llvm/Passes/DroppedVariableStats.h
M llvm/include/llvm/Passes/StandardInstrumentations.h
M llvm/lib/Analysis/CMakeLists.txt
A llvm/lib/Analysis/DroppedVariableStats.cpp
M llvm/lib/Passes/CMakeLists.txt
R llvm/lib/Passes/DroppedVariableStats.cpp
Log Message:
-----------
[NFC] Move DroppedVariableStats code to Analysis (#120502)
This is done because the CodeGen library and Passes library both link
against Analysis, to avoid adding a dependency between CodeGen and
Passes if we want to extend the DroppedVariableStats code for MIR stats
as well, as seen in https://github.com/llvm/llvm-project/pull/120501
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