[llvm] [RISCV] Decompose locally repeating shuffles (without exact VLEN) (PR #125735)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 13:55:21 PST 2025
================
@@ -874,27 +874,30 @@ define <16 x i8> @reverse_v16i8_2(<8 x i8> %a, <8 x i8> %b) {
define <32 x i8> @reverse_v32i8_2(<16 x i8> %a, <16 x i8> %b) {
----------------
preames wrote:
Here's the mentioned change: https://github.com/llvm/llvm-project/pull/125768
https://github.com/llvm/llvm-project/pull/125735
More information about the llvm-commits
mailing list