Re: Re: [PATCH] RISC-V: Support strided load/store

2023-10-31 Thread juzhe.zh...@rivai.ai
From: Patrick O'Neill Date: 2023-11-01 13:23 To: Juzhe-Zhong CC: kito.cheng; kito.cheng; jeffreyalaw; Robin Dapp; gcc-patches Subject: Re: [PATCH] RISC-V: Support strided load/store Hi Juzhe, The pre-commit CI is seeing these new failures after applying this patch [1]: FAIL: gcc.target/riscv/r

Re: [PATCH] RISC-V: Support strided load/store

2023-10-31 Thread Patrick O'Neill
Hi Juzhe, The pre-commit CI is seeing these new failures after applying this patch [1]: |FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/mask_strided_load-1.c scan-tree-dump-times optimized " .MASK_LEN_STRIDED_LOAD" 132 FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/mask_strided_store-1

Re: [PATCH] RISC-V: Support strided load/store

2023-10-31 Thread Robin Dapp
Hi Juzhe, LGTM once the middle-end parts are in. Just tiny nits. Nothing that would warrant a V2, though. > +;; = > +;; == Stried Load/Store missing a 'd' here. > +(define_predicate "vector_stride_extension_operand" > +