[llvm] [AArch64][SME] Enable subreg liveness tracking when SME is available (PR #92142)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 08:24:32 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 ea6577a74baebcc287f8b24d8b098f1d70085911 ef6e9f4c7b55dca3f252badacaab0773e94e428d -- llvm/lib/Target/AArch64/AArch64Subtarget.cpp llvm/lib/Target/AArch64/AArch64Subtarget.h
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/AArch64/AArch64Subtarget.cpp b/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
index 845822564f..29f1dea512 100644
--- a/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
+++ b/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
@@ -75,8 +75,8 @@ static cl::opt<unsigned> AArch64MinimumJumpTableEntries(
     "aarch64-min-jump-table-entries", cl::init(13), cl::Hidden,
     cl::desc("Set minimum number of entries to use a jump table on AArch64"));
 
-static cl::opt<bool> EnableSubRegLiveness(
-    "aarch64-enable-subreg-liveness", cl::init(true), cl::Hidden);
+static cl::opt<bool> EnableSubRegLiveness("aarch64-enable-subreg-liveness",
+                                          cl::init(true), cl::Hidden);
 
 unsigned AArch64Subtarget::getVectorInsertExtractBaseCost() const {
   if (OverrideVectorInsertExtractBaseCost.getNumOccurrences() > 0)

``````````

</details>


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


More information about the llvm-commits mailing list