Re: [PATCH] RISC-V: fix vsetvli pass testsuite failure [PR/112447]

2023-11-14 Thread juzhe.zh...@rivai.ai
LGTM. You can commit it. Thanks. juzhe.zh...@rivai.ai From: Vineet Gupta Date: 2023-11-15 14:41 To: gcc-patches CC: Jeff Law; Robin Dapp; gnu-toolchain; Patrick O'Neill; Juzhe-Zhong; Vineet Gupta Subject: [PATCH] RISC-V: fix vsetvli pass testsuite failure [PR/112447] From: Juzhe-Zhong

[PATCH] RISC-V: fix vsetvli pass testsuite failure [PR/112447]

2023-11-14 Thread Vineet Gupta
From: Juzhe-Zhong Fixes: f0e28d8c1371 ("RISC-V: Fix failed hoist in LICM of vmv.v.x instruction") Since above commit, we have the following failure: FAIL: gcc.c-torture/execute/memset-3.c -O3 -g execution test The issue was not the commit but it unravled an issue in vsetvli pass. Here's