This is an archive of the discontinued LLVM Phabricator instance.

[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
into DenseMaps, so you should be able to do the same with CallSites.

This is used in a later patch.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 74771.Oct 15 2016, 3:06 PM
jlebar retitled this revision from to [IR] Add DenseMapInfo<CallSite>..
jlebar updated this object.
jlebar added a reviewer: timshen.
jlebar added a subscriber: llvm-commits.
timshen accepted this revision.Oct 17 2016, 3:45 PM
timshen edited edge metadata.
This revision is now accepted and ready to land.Oct 17 2016, 3:45 PM
This revision was automatically updated to reflect the committed changes.