Files
clang-p2996/llvm/test/CodeGen/RISCV
Craig Topper 8ba2ae31fa [RISCV][GISel] Implement canLowerReturn. (#105465)
This allows us to handle return values that are too large to fit in x10
and x11. They will be converted to a sret by passing a pointer to where
to store the return value.
2024-08-22 08:12:51 -07:00
..