Removes moves from GPR to FPR and improves f64 tests on RV32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. My understanding to the test case changed because with the specified ABI, the function parameter will already be stored in fa0 so we don't need an extra fmv.
Thank you for the patch.
Comment Actions
That's correct. It should make the test cases easier to merge for rv32/rv64 now that rv32 isn't generating different code for doubles due to needing two GPRs.