[all-commits] [llvm/llvm-project] 88284e: [RISCV] Support Zb*/P Shared Instructions (#127160)
realqhc via All-commits
all-commits at lists.llvm.org
Sat Feb 15 06:26:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88284e4efce09b0c9f46c3893554481815badf01
https://github.com/llvm/llvm-project/commit/88284e4efce09b0c9f46c3893554481815badf01
Author: realqhc <caiqihan021 at hotmail.com>
Date: 2025-02-15 (Sat, 15 Feb 2025)
Changed paths:
M clang/test/Driver/print-supported-extensions-riscv.c
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
M llvm/test/MC/RISCV/attribute-arch.s
M llvm/test/MC/RISCV/rv32i-invalid.s
A llvm/test/MC/RISCV/rv32p-valid.s
A llvm/test/MC/RISCV/rv64p-valid.s
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Support Zb*/P Shared Instructions (#127160)
This enables shared instructions between Zb* and Base-P extension.
Documentation:
https://jhauser.us/RISCV/ext-P/RVP-baseInstrs-014.pdf
https://jhauser.us/RISCV/ext-P/RVP-instrEncodings-014.pdf
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list