[all-commits] [llvm/llvm-project] 9577ee: NeonEmitter: switch to enum for internal Type repr...

Tim Northover via All-commits all-commits at lists.llvm.org
Wed Nov 6 02:02:24 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9577ee84e638530be7a310c9d50526a36e3c212e
      https://github.com/llvm/llvm-project/commit/9577ee84e638530be7a310c9d50526a36e3c212e
  Author: Tim Northover <t.p.northover at gmail.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M clang/utils/TableGen/NeonEmitter.cpp

  Log Message:
  -----------
  NeonEmitter: switch to enum for internal Type representation.

Previously we had a handful of bools (Signed, Floating, ...) that could
easily end up in an inconsistent state. This adds an enum Kind which
holds the mutually exclusive states a type might be in, retaining some
of the bools that modified an underlying type.

https://reviews.llvm.org/D69715




More information about the All-commits mailing list