[PATCH] D76617: [SveEmitter] Fix encoding/decoding of SVETypeFlags

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 03:51:03 PDT 2020


sdesmalen updated this revision to Diff 254148.
sdesmalen marked an inline comment as done.
sdesmalen added a comment.

- Made Flags `uint64_t` instead of `unsigned`.
- Simplified encoding of flags in SveEmitter and moved encoding of properties into the `Flags` variable to the constructor of Intrinsic.
- Added (encoding of) MergeType as well.


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

https://reviews.llvm.org/D76617

Files:
  clang/include/clang/Basic/TargetBuiltins.h
  clang/include/clang/Basic/arm_sve.td
  clang/utils/TableGen/SveEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76617.254148.patch
Type: text/x-patch
Size: 16418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200401/dea42f3f/attachment-0001.bin>


More information about the cfe-commits mailing list