Changpeng Fang 3bde23c5e0 AMDGPU: Put un-initiaized enumerators together in an enum definition.
Summary:
  For any enumerator whose definition does not have an initializer,
the associated value is the value of the previous enumerator plus one.
In order to avoid the possibility that two unrelated enumerators to
have the same value, we should try to cluster the uninitialized enumerators
together.

Reviewers: arsenm

Differential Revision
  https://reviews.llvm.org/D141643
2023-01-20 14:39:40 -08:00
..
2022-12-20 15:40:20 +00:00