[PATCH] D152298: [RISCV] Use vslidedown.vi vN, vN, 0 instead of vslideup.vi vN, vM, 0 for subvector insertion

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 05:57:47 PDT 2023


luke added a comment.

Out of curiosity I tried it as a DAG combine here: https://reviews.llvm.org/D152368
It seems to catch a few more cases, but I'm not particularly opinionated about either approach.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152298



More information about the llvm-commits mailing list