[PATCH] D119759: [RISCV] Match shufflevector corresponding to slideup.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 07:18:19 PST 2022


frasercrmck accepted this revision.
frasercrmck added a comment.

LGTM



================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:2494
+/// returned rotation amount is for a rotate right, where elements move from
+/// higher elements to lower elements. \p LoSrc indicates is the first source
+/// vector of the rotate or -1 for undef. \p HiSrc indicates the second vector
----------------
extra word `is` here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119759/new/

https://reviews.llvm.org/D119759



More information about the llvm-commits mailing list