[llvm] Revert "[RegAlloc] Relax the split constrain on MBB prolog" (PR #169990)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 29 04:18:52 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 origin/main HEAD --extensions h,cpp -- llvm/lib/CodeGen/RegAllocGreedy.cpp llvm/lib/CodeGen/SplitKit.cpp llvm/lib/CodeGen/SplitKit.h --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h
index de2559112..15b0f0515 100644
--- a/llvm/lib/CodeGen/SplitKit.h
+++ b/llvm/lib/CodeGen/SplitKit.h
@@ -88,7 +88,6 @@ public:
}
return Res;
}
-
};
/// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting
``````````
</details>
https://github.com/llvm/llvm-project/pull/169990
More information about the llvm-commits
mailing list