This revision was automatically updated to reflect the committed changes.
Closed by commit rG71a7108ee91a: [RISCV][MC] MC layer support for xcvmem and
xcvelw extensions (authored by liaolucy).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158824/new/
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158824/new/
https://reviews.llvm.org/D158824
___
liaolucy updated this revision to Diff 558107.
liaolucy added a comment.
1. use a custom parser to parse Register-Register load/store
2. Rebase
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158824/new/
https://reviews.llvm.org/D158824
File
craig.topper added inline comments.
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:2509
// Attempt to parse token as a register.
- if (parseRegister(Operands, true).isSuccess())
+ if (parseRegister(Operands, true).isSuccess()) {
+// Parse memory base regi
liaolucy added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158824/new/
https://reviews.llvm.org/D158824
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
liaolucy updated this revision to Diff 556222.
liaolucy added a comment.
1. Rebase.
2. Update RISCVISAInfoTest.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158824/new/
https://reviews.llvm.org/D158824
Files:
clang/test/Preprocessor/riscv-ta
liaolucy updated this revision to Diff 553911.
liaolucy added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Address comments from Jim, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158824/new/
https://rev