Re: [PATCH v3 8/9] decodetree: Drop check for less than 2 patterns in a group

2020-06-09 Thread Peter Maydell
On Mon, 8 Jun 2020 at 19:37, Richard Henderson wrote: > > While it makes little sense for the end product to have a group > containing only a single pattern, avoiding this case within an > incremental patch set is troublesome. > > Because this is expected to be a transient condition, do not >

[PATCH v3 8/9] decodetree: Drop check for less than 2 patterns in a group

2020-06-08 Thread Richard Henderson
While it makes little sense for the end product to have a group containing only a single pattern, avoiding this case within an incremental patch set is troublesome. Because this is expected to be a transient condition, do not bother "optimizing" this case, e.g. by folding away the group.