[llvm] [NFC][MC][VE] Rearrange decoder functions for VE disassembler (PR #155004)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 14:33:54 PDT 2025


================
@@ -127,6 +128,8 @@ static const unsigned MiscRegDecoderTable[] = {
     VE::PMC4,       VE::PMC5,       VE::PMC6,       VE::PMC7,
     VE::PMC8,       VE::PMC9,       VE::PMC10,      VE::PMC11,
     VE::PMC12,      VE::PMC13,      VE::PMC14};
+// clang-format off
----------------
jurahul wrote:

need to fix this

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


More information about the llvm-commits mailing list