Add a binding to Function::lookupIntrinsicID so clients don't have to go searching the ID table themselves.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59697
[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
Event TimelineThis revision is now accepted and ready to land.Mar 25 2019, 7:38 AM Closed by commit rL356948: [LLVM-C] Add binding to look up intrinsic by name (authored by CodaFi). · Explain WhyMar 25 2019, 1:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 192200 llvm/trunk/include/llvm-c/Core.h
llvm/trunk/lib/IR/Core.cpp
|