Re: [PATCH] RISC-V: fix const interleaved stepped vector with a scalar pattern

2024-10-30 Thread Vineet Gupta
On 10/30/24 14:13, Jeff Law wrote: > On 10/29/24 6:11 PM, Vineet Gupta wrote: >> When bisecting for ICE in PR/117353, commit 771256bcb9dd ("RISC-V: Emit >> costs for >> bool and stepped const vectors") uncovered yet another latent issue (first >> noted [1]) >> >>[1] https://github.com/patrick

Re: [PATCH] RISC-V: fix const interleaved stepped vector with a scalar pattern

2024-10-30 Thread Jeff Law
On 10/29/24 6:11 PM, Vineet Gupta wrote: When bisecting for ICE in PR/117353, commit 771256bcb9dd ("RISC-V: Emit costs for bool and stepped const vectors") uncovered yet another latent issue (first noted [1]) [1] https://github.com/patrick-rivos/gcc-postcommit-ci/issues/1625 This patch

Re: [PATCH] RISC-V: fix const interleaved stepped vector with a scalar pattern

2024-10-29 Thread 钟居哲
lgtm juzhe.zh...@rivai.ai From: Vineet Gupta Date: 2024-10-30 08:11 To: gcc-patches; Jeff Law; Robin Dapp; juzhe . zhong @ rivai . ai CC: gnu-toolchain; Vineet Gupta Subject: [PATCH] RISC-V: fix const interleaved stepped vector with a scalar pattern When bisecting for ICE in PR/117353

[PATCH] RISC-V: fix const interleaved stepped vector with a scalar pattern

2024-10-29 Thread Vineet Gupta
When bisecting for ICE in PR/117353, commit 771256bcb9dd ("RISC-V: Emit costs for bool and stepped const vectors") uncovered yet another latent issue (first noted [1]) [1] https://github.com/patrick-rivos/gcc-postcommit-ci/issues/1625 This patch fixes some of the fortran regressions from that