[PATCH] D69715: NeonEmitter: change Type representation. NFC.

Tim Northover via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 1 07:53:10 PDT 2019


t.p.northover created this revision.
t.p.northover added a reviewer: efriedma.
Herald added a subscriber: mcrosier.
Herald added a project: clang.

This has been separated off from D69618 <https://reviews.llvm.org/D69618> to reduce clutter. Instead of using a sequence of bools to describe whether a type is floating, signed, ..., which can fairly easily end up in an inconsistent or otherwise meaningless state this switches to a single enum Kind. There should be no functional changes from this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69715

Files:
  clang/utils/TableGen/NeonEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69715.227448.patch
Type: text/x-patch
Size: 12442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191101/6d82c526/attachment-0001.bin>


More information about the cfe-commits mailing list