This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG][mips] Fix PR33883
ClosedPublic

Authored by sdardis on Jul 22 2017, 10:46 AM.

Details

Summary

PR33883 shows that calls to intrinsic functions should not have their vector
arguments or returns subject to ABI changes required by the target.

This resolves PR33883.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Jul 22 2017, 10:46 AM
sdardis edited the summary of this revision. (Show Details)Jul 22 2017, 10:46 AM

Early ping, I'd like to get this backported to 5.0.

This revision is now accepted and ready to land.Jul 31 2017, 3:08 AM
This revision was automatically updated to reflect the committed changes.