OSDN Git Service

[RISCV] MC layer support for the standard RV32M instruction set extension
authorAlex Bradbury <asb@lowrisc.org>
Thu, 9 Nov 2017 14:46:30 +0000 (14:46 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Thu, 9 Nov 2017 14:46:30 +0000 (14:46 +0000)
commitf8c0f51efe4c083e45dcaadfe770d2794c0422b9
treeefa4229017a523aa0c8b237ebb665960b91d1599
parenta4b0c616f63e93dc7a98e82c56bedc030af94e7b
[RISCV] MC layer support for the standard RV32M instruction set extension

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/RISCV/RISCV.td
lib/Target/RISCV/RISCVInstrInfo.td
lib/Target/RISCV/RISCVInstrInfoM.td [new file with mode: 0644]
lib/Target/RISCV/RISCVSubtarget.h
test/MC/RISCV/rv32i-invalid.s
test/MC/RISCV/rv32m-valid.s [new file with mode: 0644]