This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Allow MMA built-ins to accept non-void pointers and arrays
ClosedPublic

Authored by saghir on Nov 5 2021, 12:27 PM.

Details

Summary

Calls to MMA builtins that take pointer to void
do not accept other pointers/arrays whereas normal
functions with the same parameter do. This patch
allows MMA built-ins to accept non-void pointers
and arrays.

Diff Detail

Event Timeline

saghir created this revision.Nov 5 2021, 12:27 PM
saghir requested review of this revision.Nov 5 2021, 12:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2021, 12:27 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
nemanjai accepted this revision.Nov 15 2021, 9:35 AM

LGTM. Thank you.

This revision is now accepted and ready to land.Nov 15 2021, 9:35 AM