This is an archive of the discontinued LLVM Phabricator instance.

Mark __builtin_shufflevector as using custom type checking
ClosedPublic

Authored by arsenm on Nov 28 2018, 1:22 PM.

Details

Summary

The custom handling seems to all be implemented already.
This avoids regressions in a future patch when float vectors
are ordinarily promoted to double vectors in variadic calls.

Diff Detail

Event Timeline

arsenm created this revision.Nov 28 2018, 1:22 PM
efriedma accepted this revision.Nov 28 2018, 2:22 PM
efriedma added a subscriber: efriedma.

LGTM

This revision is now accepted and ready to land.Nov 28 2018, 2:22 PM
arsenm closed this revision.Nov 29 2018, 7:48 AM

r347873