Skip to content
Unverified Commit 7fde4ffb authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[Mips][GISel] Fix a couple issues with passing f64 in 32-bit GPRs. (#69131)

MipsIncomingValueHandler::assignCustomValue should return 1 instead of
2. The return value is the number of additional ArgLocs being consumed.
It's assumed that at least 1 is consumed.

Correct the LocVT used for the spill when there are no registers left.
It should be f64 instead of i32. This allows a workaround to be removed
in the SelectionDAG path.
parent 8b322895
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment