[Lldb-commits] [PATCH] D66934: [ARM64] Simplify RegisterInfos_arm64.h with macro based RegisterInfo array

Muhammad Omair Javaid via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 29 03:22:17 PDT 2019


omjavaid created this revision.
omjavaid added reviewers: labath, jasonmolenda.
Herald added subscribers: kristof.beyls, javed.absar.
Herald added a reviewer: rengolin.

This patches paves way for upcoming SVE RegisterInfo definitions. This is cosmetic change which allows us to define ARM64 RegisterInfo using macros.

In future we ll have define two different RegisterInfos to choose between SVE vs non-SVE RegisterInfo with decision being made at thread creation.


https://reviews.llvm.org/D66934

Files:
  source/Plugins/Process/Utility/RegisterInfos_arm64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66934.217812.patch
Type: text/x-patch
Size: 54796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190829/48739a7f/attachment-0001.bin>


More information about the lldb-commits mailing list