[PATCH] D131570: [AArch64][SME] Add utility class for handling SME attributes.

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 08:00:24 PDT 2022


tschuett added inline comments.


================
Comment at: llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h:36
+    All = ZA_Preserved - 1
+  };
+
----------------
Could this help you?
https://llvm.org/doxygen/BitmaskEnum_8h.html


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131570/new/

https://reviews.llvm.org/D131570



More information about the llvm-commits mailing list