Skip to content
Commit 4713b282 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

- Add sugregister logic to handle f64=(f32,f32).

- Support mips1 like load/store of doubles:

Instead of:
  sdc $f0, X($3)
Generate:
  swc $f0, X($3)
  swc $f1, X+4($3)

llvm-svn: 89322
parent 564d41fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment