This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add binding to look up intrinsic by name
ClosedPublic

Authored by CodaFi on Mar 22 2019, 7:29 AM.

Details

Summary

Add a binding to Function::lookupIntrinsicID so clients don't have to go searching the ID table themselves.

Diff Detail

Repository
rL LLVM

Event Timeline

CodaFi created this revision.Mar 22 2019, 7:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2019, 7:29 AM
This revision is now accepted and ready to land.Mar 25 2019, 7:38 AM
This revision was automatically updated to reflect the committed changes.