[PATCH] D118456: [RISCV] Optimize splats of extracted vector elements

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 02:46:49 PST 2022


frasercrmck marked an inline comment as done.
frasercrmck 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,
----------------
craig.topper wrote:
> const SDLoc &DL
Thanks, fixed before landing.


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