[llvm] [MIPS] [MSA] Widen v2i8, v216 and v2i32 vectors (PR #123040)
Cinhi Young via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 02:03:01 PST 2025
================
@@ -2736,7 +2760,7 @@ static SDValue lowerVECTOR_SHUFFLE_ILVOD(SDValue Op, EVT ResTy,
else
return SDValue();
- return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Wt, Ws);
+ return DAG.getNode(MipsISD::ILVOD, SDLoc(Op), ResTy, Ws, Wt);
----------------
Cyanoxygen wrote:
Looks like I forgot to rebase this branch after splitting this PR.
https://github.com/llvm/llvm-project/pull/123040
More information about the llvm-commits
mailing list