[llvm] [ARM] Migrate from SearachableTable to GenericTable. NFC (PR #121840)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 13:32: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 97ea0aba15f7f618d7a0caabf0627793563f3850 7e4571a79603e4400990d6e7a7102b5782d94bc4 --extensions cpp,h -- llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h b/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
index 70bb7058c6..dc4f811e07 100644
--- a/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
+++ b/llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
@@ -206,8 +206,8 @@ namespace ARMSysReg {
}
};
- #define GET_MClassSysRegsList_DECL
- #include "ARMGenSystemRegister.inc"
+#define GET_MClassSysRegsList_DECL
+#include "ARMGenSystemRegister.inc"
// lookup system register using 12-bit SYSm value.
// Note: the search is uniqued using M1 mask
@@ -228,8 +228,8 @@ namespace ARMBankedReg {
const char *Name;
uint16_t Encoding;
};
- #define GET_BankedRegsList_DECL
- #include "ARMGenSystemRegister.inc"
+#define GET_BankedRegsList_DECL
+#include "ARMGenSystemRegister.inc"
} // end namespace ARMBankedReg
} // end namespace llvm
``````````
</details>
https://github.com/llvm/llvm-project/pull/121840
More information about the llvm-commits
mailing list