[PATCH] D70401: [RISCV] Complete RV32E/ilp32e implementation
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 20 19:41:35 PDT 2022
kito-cheng added a comment.
Last LLVM sync-up call @asb has raise the discussion about the ILP32E issue, so here is note from my site:
RISC-V psABI doc still say "we don't guarantee the stability of `ILP32E`", the reason is RV32E still not a ratified extension, but as psABI chair, what I can say is we intend to do NOT change as possible.
As I know rv32e*/ilp32e are already used by many vendors (include SiFive), so I support ilp32e should be supported on LLVM upstream.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70401/new/
https://reviews.llvm.org/D70401
More information about the cfe-commits
mailing list