Re: [PATCH 1/2] tcg: Link branches to the labels

2023-03-04 Thread Richard Henderson
On 3/3/23 15:26, Taylor Simpson wrote: +/* Generic ops. */ + +static void last_is_label_use(TCGLabel *l) { It would be more clear to name this function "add_label_use". I've used "add_last_as_label_use" to emphasize where the use is coming from. Thanks. r~

RE: [PATCH 1/2] tcg: Link branches to the labels

2023-03-03 Thread Taylor Simpson
> -Original Message- > From: Richard Henderson > Sent: Friday, March 3, 2023 3:31 PM > To: qemu-devel@nongnu.org > Cc: a...@rev.ng; Taylor Simpson > Subject: [PATCH 1/2] tcg: Link branches to the labels > > This allows us to easily find all branches that use a label. > Since 'refs' is