This patch fixes register alignment for long double type in soft float mode. Before this patch alignment was 8 and this patch changes it to 4.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
A few minor comments. Otherwise, LGTM.
lib/Target/PowerPC/PPCCCState.cpp | ||
---|---|---|
19 ↗ | (On Diff #50248) | Use a range-based for loop. |
29 ↗ | (On Diff #50248) | Use a range-based for loop. |
lib/Target/PowerPC/PPCISelLowering.cpp | ||
4584 ↗ | (On Diff #50248) | Please retain the existing blank line, either before or after this call. |