Re: [PATCH] D24798: [mips] Fix msa builtins test

2016-09-22 Thread Simon Dardis via cfe-commits
sdardis abandoned this revision. sdardis added a comment. 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'l

[PATCH] D24798: [mips] Fix msa builtins test

2016-09-21 Thread Simon Dardis via cfe-commits
sdardis created this revision. sdardis added reviewers: vkalintiris, zoran.jovanovic. sdardis added a subscriber: cfe-commits. Herald added a subscriber: sdardis. This test was using the wrong types in several places. https://reviews.llvm.org/D24798 Files: test/CodeGen/builtins-mips-msa.c Ind