This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29d7ea36947 [RISCV] MC layer support for the standard RV64A instruction [...] new 804ebee7322 [RISCV] MC layer support for the standard RV64F instruction [...] new 28971c218ef [RISCV] MC layer support for the standard RV64D instruction [...] new b8b865bdd85 [RISCV] Add missed tests for RV64D MC layer support
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/RISCV/RISCVInstrInfoD.td | 30 +++++++++++++++++++++++ lib/Target/RISCV/RISCVInstrInfoF.td | 22 +++++++++++++++++ test/MC/RISCV/rv32f-invalid.s | 2 ++ test/MC/RISCV/rv64d-invalid.s | 11 +++++++++ test/MC/RISCV/rv64d-valid.s | 49 +++++++++++++++++++++++++++++++++++++ test/MC/RISCV/rv64f-invalid.s | 9 +++++++ test/MC/RISCV/rv64f-valid.s | 37 ++++++++++++++++++++++++++++ 7 files changed, 160 insertions(+) create mode 100644 test/MC/RISCV/rv64d-invalid.s create mode 100644 test/MC/RISCV/rv64d-valid.s create mode 100644 test/MC/RISCV/rv64f-invalid.s create mode 100644 test/MC/RISCV/rv64f-valid.s