[PATCH] D70401: [RISCV] CodeGen of RVE and ilp32e/lp64e ABIs

2023-03-28 Thread Edmund Raile via Phabricator via cfe-commits
recallmenot added a comment. In D70401#4205333 , @pcwang-thead wrote: > In D70401#4204511 , @recallmenot > wrote: > >> Hi, I'm working on CH32V003 for rust and it uses RV32EC core. >> I tried replacing my distros

[PATCH] D70401: [RISCV] Complete RV32E/ilp32e implementation

2023-03-19 Thread Edmund Raile via Phabricator via cfe-commits
recallmenot added a comment. Hi, I'm working on CH32V003 for rust and it uses RV32EC core. I tried replacing my distros llvm and clang with a patched version of this like this: git clone https://aur.archlinux.org/llvm-git.git cd llvm-git mkdir src cd src git clone https://github.com/ll