Re: [PATCH v2 0/2] tcg: Jump after always false condition

2024-01-15 Thread Richard Henderson
On 12/20/23 05:22, Samuel Tardieu wrote: Unreachable code in an error handling block is listed in issue https://gitlab.com/qemu-project/qemu/-/issues/2030. After removing this code, the `fail` label is now immediately followed by a test whose condition can never be true when coming explicitly vi

Re: [PATCH v2 0/2] tcg: Jump after always false condition

2024-01-15 Thread Peter Maydell
On Tue, 19 Dec 2023 at 18:23, Samuel Tardieu wrote: > > Unreachable code in an error handling block is listed in issue > https://gitlab.com/qemu-project/qemu/-/issues/2030. > > After removing this code, the `fail` label is now immediately followed > by a test whose condition can never be true when

[PATCH v2 0/2] tcg: Jump after always false condition

2023-12-19 Thread Samuel Tardieu
Unreachable code in an error handling block is listed in issue https://gitlab.com/qemu-project/qemu/-/issues/2030. After removing this code, the `fail` label is now immediately followed by a test whose condition can never be true when coming explicitly via this label. Moving the label down preserv