These tests are interested in the FP instructions being used, not
the conversions needed to pass the arguments/returns in GPRs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/RISCV/double-arith-strict.ll | ||
---|---|---|
3 | I assume you meant ilp32d? |
llvm/test/CodeGen/RISCV/double-arith-strict.ll | ||
---|---|---|
3 | Yes, thank you. |
Comment Actions
Thanks Craig, this is a good cleanup. The use of the soft ABI is just an artifact of the floating point ABI not being implemented until later on in the backend's development.
I assume you meant ilp32d?