[llvm] Add a pass to collect dropped var statistics for MIR (PR #126686)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 22:49:10 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff c9f1d2cbf18990311ea1287cc154e3784a10a3b0 ec4f0366e8bfec5196ab5fd49c1eb43b74ff339f --extensions h,cpp -- llvm/include/llvm/CodeGen/DroppedVariableStatsMIR.h llvm/lib/CodeGen/DroppedVariableStatsMIR.cpp llvm/lib/IR/DroppedVariableStats.cpp llvm/unittests/CodeGen/DroppedVariableStatsMIRTest.cpp llvm/include/llvm/CodeGen/MachineFunctionPass.h llvm/include/llvm/Passes/DroppedVariableStatsIR.h llvm/lib/CodeGen/MachineFunctionPass.cpp llvm/lib/Passes/DroppedVariableStatsIR.cpp llvm/unittests/IR/DroppedVariableStatsIRTest.cpp llvm/include/llvm/IR/DroppedVariableStats.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/unittests/IR/DroppedVariableStatsIRTest.cpp b/llvm/unittests/IR/DroppedVariableStatsIRTest.cpp
index dae465d222..72d8373fc4 100644
--- a/llvm/unittests/IR/DroppedVariableStatsIRTest.cpp
+++ b/llvm/unittests/IR/DroppedVariableStatsIRTest.cpp
@@ -7,23 +7,23 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/AsmParser/Parser.h"
-#include <llvm/ADT/SmallString.h>
 #include "llvm/IR/Function.h"
 #include "llvm/IR/InstIterator.h"
-#include <llvm/IR/LLVMContext.h>
 #include "llvm/IR/LegacyPassManager.h"
 #include "llvm/IR/Module.h"
-#include <llvm/IR/Module.h>
-#include <llvm/IR/PassInstrumentation.h>
-#include <llvm/IR/PassManager.h>
-#include <llvm/IR/PassTimingInfo.h>
 #include "llvm/Pass.h"
 #include "llvm/PassRegistry.h"
 #include "llvm/Passes/StandardInstrumentations.h"
 #include "llvm/Support/SourceMgr.h"
-#include <llvm/Support/raw_ostream.h>
 #include "gtest/gtest.h"
 #include <gtest/gtest.h>
+#include <llvm/ADT/SmallString.h>
+#include <llvm/IR/LLVMContext.h>
+#include <llvm/IR/Module.h>
+#include <llvm/IR/PassInstrumentation.h>
+#include <llvm/IR/PassManager.h>
+#include <llvm/IR/PassTimingInfo.h>
+#include <llvm/Support/raw_ostream.h>
 
 using namespace llvm;
 namespace llvm {

``````````

</details>


https://github.com/llvm/llvm-project/pull/126686


More information about the llvm-commits mailing list