[all-commits] [llvm/llvm-project] f0c36d: [RISCV] Remove CSR names that are not in Privilege...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Apr 26 13:35:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0c36dc964a808438c0ef717f1998754c721543f
https://github.com/llvm/llvm-project/commit/f0c36dc964a808438c0ef717f1998754c721543f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/test/MC/RISCV/deprecated-csr-names.s
M llvm/test/MC/RISCV/rv32e-valid.s
M llvm/test/MC/RISCV/rv32i-valid.s
M llvm/test/MC/RISCV/supervisor-csr-names.s
M llvm/test/MC/RISCV/user-csr-names.s
Log Message:
-----------
[RISCV] Remove CSR names that are not in Privileged Specification 1.12.
These are from the N extension (User-Level Interrupts) which did
not make it into 1.12 of the Privileged Specification.
D117653 also tried to remove some of these, but it was never reviewed.
Reviewed By: jrtc27
Differential Revision: https://reviews.llvm.org/D149278
More information about the All-commits
mailing list