This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsics
ClosedPublic

Authored by cameron.mcinally on Sep 19 2016, 2:14 PM.

Details

Summary

The int_x86_avx512_gatherXXX_di intrinsics have incorrect return types. The return type should be the same as the passthrough vector type for each.

Diff Detail

Repository
rL LLVM

Event Timeline

cameron.mcinally retitled this revision from to [AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsics.
cameron.mcinally updated this object.
cameron.mcinally set the repository for this revision to rL LLVM.
cameron.mcinally added a subscriber: llvm-commits.
delena accepted this revision.Sep 19 2016, 10:54 PM
delena edited edge metadata.

Clang should be fixed as well.
Thanks.

This revision is now accepted and ready to land.Sep 19 2016, 10:54 PM

Thanks for the fast review.

I'm pretty new to Phab. Should I attach the Clang diff to this Differential or create an additional Differential against Clang?

This revision was automatically updated to reflect the committed changes.