[all-commits] [llvm/llvm-project] 5854b3: [RISCV] Remove the uret instruction.

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Apr 26 17:15:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5854b39847251fded061b46ba03df6a361deadf8
      https://github.com/llvm/llvm-project/commit/5854b39847251fded061b46ba03df6a361deadf8
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/test/CodeGen/RISCV/interrupt-attr.ll
    M llvm/test/MC/RISCV/priv-valid.s

  Log Message:
  -----------
  [RISCV] Remove the uret instruction.

This was part of the N extension which did not make it into
version 1.12 of the privilege specification.

Reviewed By: jrtc27

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




More information about the All-commits mailing list