Re: [PATCH] RISC-V: Improve length attributes for atomic insn sequences

2024-08-02 Thread Jeff Law
On 8/1/24 10:25 PM, Patrick O'Neill wrote: gcc/ChangeLog: * config/riscv/sync-rvwmo.md: Add conditional length attributes. * config/riscv/sync-ztso.md: Ditto. * config/riscv/sync.md: Fix incorrect insn length attributes and reformat existing conditional checks.

[PATCH] RISC-V: Improve length attributes for atomic insn sequences

2024-08-01 Thread Patrick O'Neill
gcc/ChangeLog: * config/riscv/sync-rvwmo.md: Add conditional length attributes. * config/riscv/sync-ztso.md: Ditto. * config/riscv/sync.md: Fix incorrect insn length attributes and reformat existing conditional checks. Signed-off-by: Patrick O'Neill --- gcc/confi