Modified MipsABIInfo::classifyArgumentType so that it now coerces aggregate structures
only if the size of said aggregate is less than 16/64 bytes, depending on the ABI.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
test/CodeGen/mips-aggregate-arg.c | ||
---|---|---|
3 ↗ | (On Diff #97929) | Space after the -target-abi n64 |
Comment Actions
Spotted a minor nit.
test/CodeGen/mips-aggregate-arg.c | ||
---|---|---|
36 ↗ | (On Diff #97929) | Nit: spurious whitespace here. |