This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Use byval type instead of pointer element type
ClosedPublic

Authored by nikic on Mar 4 2022, 3:04 AM.

Details

Summary

Use the byval type for compatibility with opaque pointers. Putting this up for review as I'm not sure whether I'm using the Attributor APIs correctly here.

Diff Detail

Event Timeline

nikic created this revision.Mar 4 2022, 3:04 AM
Herald added a reviewer: homerdin. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
nikic requested review of this revision.Mar 4 2022, 3:04 AM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
ormris removed a subscriber: ormris.Mar 7 2022, 9:56 AM
jdoerfert accepted this revision.Mar 7 2022, 9:55 PM

LG, assuming this passes our tests.

This revision is now accepted and ready to land.Mar 7 2022, 9:55 PM