[all-commits] [llvm/llvm-project] 1d7669: [RISCV][MC] Add support for experimental Zimop ext...
Jivan Hakobyan via All-commits
all-commits at lists.llvm.org
Tue Dec 26 01:21:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d76692cf831aa27c4743999c8cd416e38810e67
https://github.com/llvm/llvm-project/commit/1d76692cf831aa27c4743999c8cd416e38810e67
Author: Jivan Hakobyan <jivanhakobyan9 at gmail.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
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/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/test/CodeGen/RISCV/attributes.ll
A llvm/test/MC/RISCV/rv32zimop-invalid.s
A llvm/test/MC/RISCV/rvzimop-valid.s
M llvm/unittests/Support/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV][MC] Add support for experimental Zimop extension (#75182)
This implements experimental support for the Zimop extension as
specified here:
https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc.
This change adds only assembly support.
---------
Co-authored-by: ln8-8 <lyut.nersisyan at gmail.com>
Co-authored-by: ln8-8 <73429801+ln8-8 at users.noreply.github.com>
More information about the All-commits
mailing list