qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] riscv: set vstart_eq_zero on mark_vs_dirty
@ 2024-02-21  2:22 Daniel Henrique Barboza
  2024-02-21  2:22 ` [PATCH v5 1/7] trans_rvv.c.inc: mark_vs_dirty() before loads and stores Daniel Henrique Barboza
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Daniel Henrique Barboza @ 2024-02-21  2:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liwei1518, zhiwei_liu,
	palmer, richard.henderson, max.chou, Daniel Henrique Barboza

Hi,

In this new version we removed the remaining brconds() from
trans_rvbf16.c.inc like Richard suggested in patch 3. Richard, I kept
your ack in that patch.

This change caused the 'cpu_vstart' global to be unused. A new patch (4)
was added to remove it.

Series based on alistair/riscv-to-apply.next.

Patches missing acks: patch 4.

Changes from v4:
- patch 3:
  - remove vstart >= vl and vl = 0 brconds from trans_fvbf16.c.inc
- patch 4 (new):
  - remove cpu_vstart
- v4 link: https://lore.kernel.org/qemu-riscv/20240220222510.209448-1-dbarboza@ventanamicro.com/


Daniel Henrique Barboza (6):
  trans_rvv.c.inc: mark_vs_dirty() before loads and stores
  trans_rvv.c.inc: remove 'is_store' bool from load/store fns
  target/riscv: remove 'over' brconds from vector trans
  target/riscv/translate.c: remove 'cpu_vstart' global
  target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
  trans_rvv.c.inc: remove redundant mark_vs_dirty() calls

Ivan Klokov (1):
  target/riscv: Clear vstart_qe_zero flag

 target/riscv/insn_trans/trans_rvbf16.c.inc |  18 +-
 target/riscv/insn_trans/trans_rvv.c.inc    | 292 ++++++---------------
 target/riscv/insn_trans/trans_rvvk.c.inc   |  30 +--
 target/riscv/translate.c                   |  10 +-
 target/riscv/vector_helper.c               |   1 +
 5 files changed, 100 insertions(+), 251 deletions(-)

-- 
2.43.2



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-02-21 21:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21  2:22 [PATCH v5 0/7] riscv: set vstart_eq_zero on mark_vs_dirty Daniel Henrique Barboza
2024-02-21  2:22 ` [PATCH v5 1/7] trans_rvv.c.inc: mark_vs_dirty() before loads and stores Daniel Henrique Barboza
2024-02-21  2:22 ` [PATCH v5 2/7] trans_rvv.c.inc: remove 'is_store' bool from load/store fns Daniel Henrique Barboza
2024-02-21  8:57   ` Philippe Mathieu-Daudé
2024-02-21  2:22 ` [PATCH v5 3/7] target/riscv: remove 'over' brconds from vector trans Daniel Henrique Barboza
2024-02-21  2:22 ` [PATCH v5 4/7] target/riscv/translate.c: remove 'cpu_vstart' global Daniel Henrique Barboza
2024-02-21  2:41   ` Richard Henderson
2024-02-21  2:22 ` [PATCH v5 5/7] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX() Daniel Henrique Barboza
2024-02-21  2:22 ` [PATCH v5 6/7] trans_rvv.c.inc: remove redundant mark_vs_dirty() calls Daniel Henrique Barboza
2024-02-21  2:22 ` [PATCH v5 7/7] target/riscv: Clear vstart_qe_zero flag Daniel Henrique Barboza
2024-02-21 21:24 ` [PATCH v5 0/7] riscv: set vstart_eq_zero on mark_vs_dirty Daniel Henrique Barboza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).