[all-commits] [llvm/llvm-project] 888c02: [RISCV] add the MC layer support of riscv vector Z...

luxufan via All-commits all-commits at lists.llvm.org
Wed Aug 26 23:12:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 888c02deee2610682b8de5e0a8f8eb1671d71a7a
      https://github.com/llvm/llvm-project/commit/888c02deee2610682b8de5e0a8f8eb1671d71a7a
  Author: luxufan <932494295 at qq.com>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    M llvm/lib/Target/RISCV/RISCVSubtarget.h
    A llvm/test/MC/RISCV/rvv/zvamo.s

  Log Message:
  -----------
  [RISCV] add the MC layer support of riscv vector Zvamo extension

Implements the assemble and disassemble support of RISCV Vector
extension zvamo instructions, base on the 0.9 spec version.

Reviewed  by HsiangKai

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




More information about the All-commits mailing list