[PATCH] D118456: [RISCV] Optimize splats of extracted vector elements
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 20:58:15 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:1956
+// and lower it as a VRGATHER_VX_VL from the source vector.
+static SDValue matchSplatAsGather(SDValue SplatVal, MVT VT, SDLoc DL,
+ SelectionDAG &DAG,
----------------
const SDLoc &DL
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118456/new/
https://reviews.llvm.org/D118456
More information about the llvm-commits
mailing list