This is an archive of the discontinued LLVM Phabricator instance.

Make intrinsic signature iAny work with arrays
AbandonedPublic

Authored by artagnon on Jan 14 2015, 6:01 PM.

Details

Summary

iAny current works for integers and integer vectors, but not for integer
arrays. Fix this assymmetry.

While at it, open the door for a possible aAny corresponding to vAny.

Diff Detail

Event Timeline

artagnon updated this revision to Diff 18204.Jan 14 2015, 6:01 PM
artagnon retitled this revision from to Make intrinsic signature iAny work with arrays.
artagnon updated this object.
artagnon edited the test plan for this revision. (Show Details)
artagnon added reviewers: reames, dblaikie, sanjoy.
artagnon added a subscriber: Unknown Object (MLST).
artagnon updated this revision to Diff 18239.Jan 15 2015, 11:02 AM

Rebase to include statepoint-example gc.

artagnon abandoned this revision.Jan 23 2015, 8:30 AM

Abandoning: it's not important enough; I have no dependent changes.