[PATCH] D103510: [RISCV] Use vmv.v.[v|i] if we know COPY is under the same vl and vtype.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 14:44:04 PDT 2021


craig.topper added a comment.

This test case triggers a conversion for a tuple class

  dead $x0 = PseudoVSETVLI killed renamable $x11, 64, implicit-def $vl, implicit-def $vtype
  renamable $v0_v1 = PseudoVLSEG2E8_V_M1 killed renamable $x10, $noreg, 3, implicit $vl, implicit $vtype
  $v2_v3 = COPY $v0_v1                                                         
  PseudoVSSEG2E8_V_M1 killed renamable $v2_v3, killed renamable $x12, $noreg, 3, implicit $vl, implicit $vtype
  PseudoRET


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103510



More information about the llvm-commits mailing list