2 Commits

Author SHA1 Message Date
Craig Topper
8ed18eded9
[RISCV] Add correct MachinePointerInfo when putting arguments on the stack. (#110140)
Previously we used an empty MachinePointerInfo. I checked a few other
targets like X86, ARM, and AArch64 and they all appear to use correct
MachinePointerInfo.
2024-09-27 13:48:01 -07:00
Craig Topper
2c92335eb7
[RISCV] Copy call frame size when splitting basic block in emitSelectPseudo. (#99823)
Fixes #97304.
2024-07-22 09:21:01 -07:00