]> Git Repo - qemu.git/commit
decodetree: Drop check for less than 2 patterns in a group
authorRichard Henderson <[email protected]>
Mon, 8 Jun 2020 17:41:49 +0000 (10:41 -0700)
committerRichard Henderson <[email protected]>
Tue, 9 Jun 2020 16:19:48 +0000 (09:19 -0700)
commitfe079aa13d6f77f9d7323b58ab24448e73ae6a93
treef4df7ae82047199cc5789ec65b5f8324688379de
parent33c0f25bfd7af2848d078afe2876dcb0d5a1c6d3
decodetree: Drop check for less than 2 patterns in a group

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.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
scripts/decodetree.py
tests/decode/succ_pattern_group_nest4.decode [new file with mode: 0644]
This page took 0.025717 seconds and 4 git commands to generate.