[llvm] [CodeGen] Preserved additional analyses in StackSlotColoring pass. (PR #93779)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 00:51:10 PDT 2024
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 265589785ccf043492e4e0ab88c2830eae7d3496 6ea80f66e59560a90d1864d1426277011786634b -- llvm/lib/CodeGen/StackSlotColoring.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp
index 3745219337..0ab6349c4f 100644
--- a/llvm/lib/CodeGen/StackSlotColoring.cpp
+++ b/llvm/lib/CodeGen/StackSlotColoring.cpp
@@ -65,7 +65,7 @@ namespace {
MachineFrameInfo *MFI = nullptr;
const TargetInstrInfo *TII = nullptr;
const MachineBlockFrequencyInfo *MBFI = nullptr;
- SlotIndexes* Indexes = nullptr;
+ SlotIndexes *Indexes = nullptr;
// SSIntervals - Spill slot intervals.
std::vector<LiveInterval*> SSIntervals;
``````````
</details>
https://github.com/llvm/llvm-project/pull/93779
More information about the llvm-commits
mailing list