[all-commits] [llvm/llvm-project] 06ebce: [RISCV][InsertVSETVLI] vmv.s.x and fvmv.s.f do not...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Dec 8 10:14:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06ebce363a713ced024acd7807e6143abb718736
      https://github.com/llvm/llvm-project/commit/06ebce363a713ced024acd7807e6143abb718736
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

  Log Message:
  -----------
  [RISCV][InsertVSETVLI] vmv.s.x and fvmv.s.f do not depend on LMUL

We already have this rule encoded elsewhere in the file - which is why we don't see any test changes.  I'm adding it here for completionism.

This is not technically NFC since there could be a test case which isn't caught by the specific rules, but is handled by the generic logic.  I don't have such an example.




More information about the All-commits mailing list