[llvm] [RISCV] Update matchSplatAsGather to convert vectors if they have different sizes (PR #117878)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 09:47:29 PST 2024
================
@@ -3523,7 +3524,6 @@ static SDValue matchSplatAsGather(SDValue SplatVal, MVT VT, const SDLoc &DL,
return convertFromScalableVector(VT, Gather, DAG, Subtarget);
}
-
----------------
lukel97 wrote:
Extraneous newline here
https://github.com/llvm/llvm-project/pull/117878
More information about the llvm-commits
mailing list