This is an archive of the discontinued LLVM Phabricator instance.

InstCombineSimplifyDemanded: Allow v3 results for amdgcn buffer and image intrinsics
ClosedPublic

Authored by tpr on Mar 4 2019, 7:18 AM.

Diff Detail

Event Timeline

tpr created this revision.Mar 4 2019, 7:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2019, 7:18 AM
arsenm accepted this revision.Mar 4 2019, 7:52 AM
arsenm added a subscriber: arsenm.

LGTM

This revision is now accepted and ready to land.Mar 4 2019, 7:52 AM
arsenm added a comment.Mar 4 2019, 7:52 AM

It wouldn't hurt to add some test cases with some crazy, illegal number of elements to make sure this doesn't crash

This revision was automatically updated to reflect the committed changes.