commit | a18d783e649d761a7556f6d964efa453bb4f3a06 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 26 11:59:55 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 25 15:29:36 2023 +0000 |
tree | f9d535162aa84e7f32d82ab53104f1700660bbcd | |
parent | f6453695f9f87ba1974eca13322864810c90b9f0 [diff] |
tcg/riscv: Implement movcond Implement with and without Zicond. Without Zicond, we were letting the middle-end expand to a 5 insn sequence; better to use a branch over a single insn. Acked-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>