Re: RE: [PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization

2023-10-26 Thread juzhe.zh...@rivai.ai
ursday, October 26, 2023 9:27 AM To: Patrick O'Neill ; gcc-patches Cc: kito.cheng ; Kito.cheng ; jeffreyalaw ; Robin Dapp Subject: Re: Re: [PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization   I think it's QEMU issue:   line 15: 1520161 Aborted                 (core d

RE: Re: [PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization

2023-10-26 Thread Li, Pan2
, 2023 9:27 AM To: Patrick O'Neill ; gcc-patches Cc: kito.cheng ; Kito.cheng ; jeffreyalaw ; Robin Dapp Subject: Re: Re: [PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization I think it's QEMU issue: line 15: 1520161 Aborted                 (core dumped) QEMU_CPU="

Re: Re: [PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization

2023-10-25 Thread juzhe.zh...@rivai.ai
I think it's QEMU issue: line 15: 1520161 Aborted                 (core dumped) QEMU_CPU="$(march-to-cpu-opt --get-riscv-tag $1)" qemu-riscv$xlen -r 5.10 "${qemu_args[@]}" -L ${RISC_V_SYSROOT} "$@" FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-11.c execution test I use

Re: Re: [PATCH] RISC-V: Add AVL propagation PASS for RVV auto-vectorization

2023-10-25 Thread juzhe.zh...@rivai.ai
FAIL: gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul4-5.c -O3 -ftree-vectorize --param riscv-autovec-lmul=dynamic  scan-assembler e32,m4 FAIL: gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-2.c -O3 -ftree-vectorize --param riscv-autovec-lmul=dynamic  scan-assembler e32,m8 These 2 FAILs are bogus. T