[llvm] [CodeGen] Split off PseudoSourceValueManager into separate header (NFC) (PR #73327)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 24 05:49:11 PST 2023
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 7eeedc124f9901a65573668bc504a45111a3f837 ae8318f99d33d72d885c736f387f044ee17ccc7b -- llvm/include/llvm/CodeGen/PseudoSourceValueManager.h llvm/include/llvm/CodeGen/PseudoSourceValue.h llvm/lib/CodeGen/MIRParser/MIParser.cpp llvm/lib/CodeGen/MachineFunction.cpp llvm/lib/CodeGen/MachineOperand.cpp llvm/lib/CodeGen/PseudoSourceValue.cpp llvm/lib/CodeGen/StackColoring.cpp llvm/lib/CodeGen/StackSlotColoring.cpp llvm/lib/Target/Mips/MipsMachineFunction.cpp llvm/tools/llvm-reduce/ReducerWorkItem.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/CodeGen/PseudoSourceValue.cpp b/llvm/lib/CodeGen/PseudoSourceValue.cpp
index 089867f46d..0e1a2c921c 100644
--- a/llvm/lib/CodeGen/PseudoSourceValue.cpp
+++ b/llvm/lib/CodeGen/PseudoSourceValue.cpp
@@ -11,8 +11,8 @@
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/PseudoSourceValue.h"
-#include "llvm/CodeGen/PseudoSourceValueManager.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
+#include "llvm/CodeGen/PseudoSourceValueManager.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/73327
More information about the llvm-commits
mailing list