Re: [PATCH] RISC-V: Fix inconsistency among all vectorization hooks

2023-11-24 Thread Robin Dapp
LGTM. Regards Robin

[PATCH] RISC-V: Fix inconsistency among all vectorization hooks

2023-11-24 Thread Juzhe-Zhong
This patches 200+ ICEs exposed by testing with rv64gc_zve64d. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112694 The rootcause is we disallow poly (1,1) size vectorization in preferred_simd_mode. with this following code: - if (TARGET_MIN_VLEN < 128 && TARGET_MAX_LMUL < RVV_M2) -