This is an archive of the discontinued LLVM Phabricator instance.

[mips] Relax -mnan=2008 acceptance to permit MIPS32R2 and MIPS64R2.
ClosedPublic

Authored by dsanders on Sep 22 2015, 7:37 AM.

Details

Summary

Strictly speaking, the MIPS*R2 ISA's should not permit -mnan=2008 since this
feature was added in MIPS*R3. However, other toolchains permit this and we
should do the same.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 35373.Sep 22 2015, 7:37 AM
dsanders retitled this revision from to [mips] Relax -mnan=2008 acceptance to permit MIPS32R2 and MIPS64R2..
dsanders updated this object.
dsanders added a reviewer: atanasyan.
dsanders added a subscriber: cfe-commits.
atanasyan accepted this revision.Sep 22 2015, 7:49 AM
atanasyan edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 22 2015, 7:49 AM
dsanders closed this revision.Sep 24 2015, 3:23 AM