[all-commits] [llvm/llvm-project] 4c6ae6: [RISCV][NFC] Remove LMUL from vmv.s.x and vmv.x.s ...

Nitin John Raj via All-commits all-commits at lists.llvm.org
Wed May 17 03:55:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c6ae6e0aa39e7d5e08b437f085dc6ae447dba83
      https://github.com/llvm/llvm-project/commit/4c6ae6e0aa39e7d5e08b437f085dc6ae447dba83
  Author: Nitin John Raj <nitin.raj at sifive.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
    M llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
    M llvm/lib/Target/RISCV/RISCVScheduleV.td

  Log Message:
  -----------
  [RISCV][NFC] Remove LMUL from vmv.s.x and vmv.x.s scheduler classes

These instructions don't read or write register groups. We only pretend they do in intrinsics and pseudoinstructions.

Differential Revision: https://reviews.llvm.org/D150238




More information about the All-commits mailing list