[PATCH] D131570: [AArch64][SME] Add utility class for handling SME attributes.
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 07:35:26 PDT 2022
david-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h:20
+
+class SMEAttrs {
+ unsigned Bitmask;
----------------
nit: Is it worth just adding a few comments above the class describing what it does?
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