This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d580c5bcede [RISCV] Optimize emission of SELECT sequences new 631bc693f80 [RISCV] Add basic RV32E definitions and MC layer support
The 1 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/AsmParser/RISCVAsmParser.cpp | 13 ++- .../RISCV/Disassembler/RISCVDisassembler.cpp | 8 +- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 1 + lib/Target/RISCV/RISCV.td | 6 ++ lib/Target/RISCV/RISCVISelLowering.cpp | 3 + lib/Target/RISCV/RISCVSubtarget.cpp | 1 + lib/Target/RISCV/RISCVSubtarget.h | 2 + lib/Target/RISCV/Utils/RISCVBaseInfo.cpp | 40 +++++-- lib/Target/RISCV/Utils/RISCVBaseInfo.h | 8 ++ test/CodeGen/RISCV/mattr-invalid-combination.ll | 4 + test/CodeGen/RISCV/rv32e.ll | 7 ++ test/MC/RISCV/elf-flags.s | 7 ++ test/MC/RISCV/mattr-invalid-combination.s | 4 + test/MC/RISCV/rv32e-invalid.s | 106 +++++++++++++++++++ test/MC/RISCV/rv32e-valid.s | 115 +++++++++++++++++++++ test/MC/RISCV/target-abi-invalid.s | 23 +++++ 16 files changed, 333 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/RISCV/mattr-invalid-combination.ll create mode 100644 test/CodeGen/RISCV/rv32e.ll create mode 100644 test/MC/RISCV/mattr-invalid-combination.s create mode 100644 test/MC/RISCV/rv32e-invalid.s create mode 100644 test/MC/RISCV/rv32e-valid.s