This is is second in set of patches for soft float support for ppc32, it enables soft float operations. This patch depends on previuos patch ( http://reviews.llvm.org/D13351 ).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Target/PowerPC/PPCISelLowering.cpp | ||
|---|---|---|
| 71 ↗ | (On Diff #37245) | Add a space after 'if' |
| 2948 ↗ | (On Diff #37245) | Add a space after 'if' |
| lib/Target/PowerPC/PPCTargetMachine.cpp | ||
| 235 ↗ | (On Diff #37245) | You've copied this code from the ARM and/or X86 targets, but did not copy the associated FIXME comment above it. Please copy the associated FIXME comment as well. |
| test/CodeGen/PowerPC/ppcsoftops.ll | ||
| 50 ↗ | (On Diff #37245) | Please remove unnecessary attributes. |