|
From: | Richard Henderson |
Subject: | Re: [PATCH 01/15] tcg/optimize: Fold andc with immediate to and |
Date: | Tue, 12 Mar 2024 15:29:23 -1000 |
User-agent: | Mozilla Thunderbird |
On 3/12/24 04:38, Richard Henderson wrote:
+ /* Fold andc r,x,i to and r,x,~i. */ + op->opc = (ctx->type == TCG_TYPE_I32 + ? INDEX_op_and_i32 : INDEX_op_and_i64);
This and the next two patches also need to handle vector types. r~
[Prev in Thread] | Current Thread | [Next in Thread] |