A CallSite is basically an Instruction*, and you can put Instruction*s
into DenseMaps, so you should be able to do the same with CallSites.
This is used in a later patch.
Paths
| Differential D25643
[IR] Add DenseMapInfo<CallSite>. ClosedPublic Authored by jlebar on Oct 15 2016, 3:06 PM.
Details Summary A CallSite is basically an Instruction*, and you can put Instruction*s This is used in a later patch.
Diff Detail
Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Oct 17 2016, 3:45 PM Closed by commit rL284870: [IR] Add DenseMapInfo<CallSite>. (authored by jlebar). · Explain WhyOct 21 2016, 1:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 74771 llvm/include/llvm/IR/CallSite.h
|