This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make v32i8/v64i8 illegal types
ClosedPublic

Authored by arsenm on Jan 22 2016, 2:01 AM.

Details

Reviewers
tstellarAMD
Summary

Old intrinsics were forcing these, but they have now all
been removed. This fixes large i8 vector operations generally
being broken.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 45665.Jan 22 2016, 2:01 AM
arsenm retitled this revision from to AMDGPU: Make v32i8/v64i8 illegal types.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 45668.Jan 22 2016, 2:08 AM

Fix test

tstellarAMD accepted this revision.Jan 22 2016, 7:42 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 22 2016, 7:42 AM
arsenm closed this revision.Jan 25 2016, 8:47 PM

r258788