This is an archive of the discontinued LLVM Phabricator instance.

[mips] Fix msa builtins test
AbandonedPublic

Authored by sdardis on Sep 21 2016, 7:18 AM.

Details

Summary

This test was using the wrong types in several places.

Diff Detail

Event Timeline

sdardis updated this revision to Diff 72040.Sep 21 2016, 7:18 AM
sdardis retitled this revision from to [mips] Fix msa builtins test.
sdardis updated this object.
sdardis added a subscriber: cfe-commits.
sdardis abandoned this revision.Sep 22 2016, 7:24 AM

I'm abandoning this revision. This test is riddled with errors such as out of range immediates and type errors that aren't warned about. I'll post a more substantial patch to address the handling of those cases + update this test and I'll squash these small changes into that patch.