This is an archive of the discontinued LLVM Phabricator instance.

[Mips] Finetuning MIPS32 Android default variants
ClosedPublic

Authored by petarj on May 17 2016, 5:44 PM.

Details

Summary

MIPS32 Android defaults to FPXX ("-fpxx").
MIPS32R6 Android defaults to FP64A ("-mfp64 -mno-odd-spreg").

Diff Detail

Repository
rL LLVM

Event Timeline

petarj updated this revision to Diff 57543.May 17 2016, 5:44 PM
petarj retitled this revision from to [Mips] Finetuning MIPS32 Android default variants.
petarj updated this object.
petarj added a reviewer: atanasyan.
petarj added a subscriber: cfe-commits.
atanasyan accepted this revision.May 17 2016, 9:41 PM
atanasyan edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 17 2016, 9:41 PM
This revision was automatically updated to reflect the committed changes.