Re: [PATCH for-9.1] tcg/ppc: Sync tcg_out_test and constraints

2024-08-08 Thread Nicholas Piggin
On Thu Aug 8, 2024 at 2:46 AM AEST, Philippe Mathieu-Daudé wrote: > On 7/8/24 06:08, Richard Henderson wrote: > > Ensure the code structure is the same for matching constraints > > and emitting code, lest we allow constants that cannot be > > trivially tested. > > > > Cc: qemu-sta...@nongnu.org >

Re: [PATCH for-9.1] tcg/ppc: Sync tcg_out_test and constraints

2024-08-07 Thread Philippe Mathieu-Daudé
On 7/8/24 06:08, Richard Henderson wrote: Ensure the code structure is the same for matching constraints and emitting code, lest we allow constants that cannot be trivially tested. Cc: qemu-sta...@nongnu.org Fixes: ad788aebbab ("tcg/ppc: Support TCG_COND_TST{EQ,NE}") Resolves: https://gitlab.com

[PATCH for-9.1] tcg/ppc: Sync tcg_out_test and constraints

2024-08-06 Thread Richard Henderson
Ensure the code structure is the same for matching constraints and emitting code, lest we allow constants that cannot be trivially tested. Cc: qemu-sta...@nongnu.org Fixes: ad788aebbab ("tcg/ppc: Support TCG_COND_TST{EQ,NE}") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2487 Signed-off-