[clang] [llvm] [RISCV][MC] Add experimental Smip, and Ssip support (PR #215095)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 04:12:47 PDT 2026
zhangweize9-cyber wrote:
> I think maybe the way forward is to add only the assembly info, and leave out the codegen info (i.e. `mayLoad`, `Uses`, `Defs`, `isBarrier`, `isReturn`, `isTerminator`), which we can come back to when we implement code generation for these instructions.
By the way, in which future major version are these features expected to be improved and supported?
https://github.com/llvm/llvm-project/pull/215095
More information about the cfe-commits
mailing list