[PATCH] D131570: [AArch64][SME] Add utility class for handling SME attributes.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 08:54:03 PDT 2022
sdesmalen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h:36
+ All = ZA_Preserved - 1
+ };
+
----------------
tschuett wrote:
> Could this help you?
> https://llvm.org/doxygen/BitmaskEnum_8h.html
I don't immediately see a use-case for this utility, given the limited use of fiddling with the masks here. Is there any use-case that stood out to you where this may help?
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