]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/riscv: Remove redundant "cpu_vl == 0" checks
authorNazar Kazakov <nazar.kazakov@codethink.co.uk>
Tue, 11 Jul 2023 16:59:02 +0000 (00:59 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 11 Sep 2023 01:45:54 +0000 (11:45 +1000)
commit922f87351101379e3c2487120c394e51cf53984f
tree5c69d33313b3ea941e449cf312d93ae02ccb759a
parenta44f19f611ad6358189c58b3c39012f68613e6f9
target/riscv: Remove redundant "cpu_vl == 0" checks

Remove the redundant "vl == 0" check which is already included within the  vstart >= vl check, when vl == 0.

Signed-off-by: Nazar Kazakov <nazar.kazakov@codethink.co.uk>
Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>
Signed-off-by: Max Chou <max.chou@sifive.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20230711165917.2629866-4-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/insn_trans/trans_rvv.c.inc