Trying to reduce the diffs from D118333 for cases where it makes
more sense to use an FP ABI.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, this change dig out few potential ABI implementation bug for half!
llvm/test/CodeGen/RISCV/fpclamptosat.ll | ||
---|---|---|
446 | This seems wrong for ilp32d/ilp32f (and also for lp64d/lp64f) since we should pass half in fa0? but I think it's out of scope of this patch. |
This seems wrong for ilp32d/ilp32f (and also for lp64d/lp64f) since we should pass half in fa0? but I think it's out of scope of this patch.