[PATCH] D70401: [RISCV] CodeGen of RVE and ilp32e/lp64e ABIs
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 03:21:41 PDT 2023
zixuan-wu added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp:66
return CSR_XLEN_F32_Interrupt_SaveList;
return CSR_Interrupt_SaveList;
}
----------------
Here also need adjust for rve.
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