[all-commits] [llvm/llvm-project] 7d7940: [RISCV] add svinval extension
Piyou Chen via All-commits
all-commits at lists.llvm.org
Wed Oct 26 09:49:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d7940fd7761e21b68f915e948389b87835d1304
https://github.com/llvm/llvm-project/commit/7d7940fd7761e21b68f915e948389b87835d1304
Author: Piyou Chen <piyou.chen at sifive.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M clang/test/Preprocessor/riscv-target-features.c
M llvm/docs/RISCVUsage.rst
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/Target/RISCV/RISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVSubtarget.h
M llvm/test/CodeGen/RISCV/attributes.ll
M llvm/test/MC/RISCV/priv-valid.s
Log Message:
-----------
[RISCV] add svinval extension
1. Add the svinval extension support
2. Add the svinval Predicates for its instruction
Note: the svinval instructions defined in https://reviews.llvm.org/D117654
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D136571
More information about the All-commits
mailing list