[PATCH] D152845: [RISCV][InsertVSETVLI] Treat vmv.v.i as-if it were vmv.s.x when VL=1, and inactive lanes are undefined

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 01:26:22 PDT 2023


luke added a comment.

Is it possible to move this into getDemanded so that it’s also used by the bottom-to-top pass in phase 3? Otherwise this won’t catch cases that are at the start of blocks with no successors, e.g. the vmv.v.i is the first instruction of the function.


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

https://reviews.llvm.org/D152845



More information about the llvm-commits mailing list