[PATCH] D23563: [RISCV 6/10] Add basic RISCVAsmParser
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 08:32:47 PDT 2016
asb created this revision.
asb added reviewers: theraven, jyknight.
asb added a subscriber: llvm-commits.
This doesn't yet support parsing things like `%pcrel_hi(foo)`, but will handle basic instructions with register or immediate operands.
Note: this patch is reliant on D23496
https://reviews.llvm.org/D23563
Files:
lib/Target/RISCV/AsmParser/CMakeLists.txt
lib/Target/RISCV/AsmParser/LLVMBuild.txt
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
lib/Target/RISCV/CMakeLists.txt
lib/Target/RISCV/LLVMBuild.txt
lib/Target/RISCV/RISCV.td
lib/Target/RISCV/RISCVInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23563.68189.patch
Type: text/x-patch
Size: 15434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/317279bd/attachment.bin>
More information about the llvm-commits
mailing list