This is an archive of the discontinued LLVM Phabricator instance.

ConstrainedFP: use API compatible with opaque pointers.
ClosedPublic

Authored by t.p.northover on Dec 19 2019, 12:25 PM.

Details

Reviewers
kpn
Summary

This just updates an IRBuilder interface to take Functions instead of Values so the type can be derived, and fixes some callsites in Clang to call the updated API.

Diff Detail

Event Timeline

t.p.northover created this revision.Dec 19 2019, 12:25 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 19 2019, 12:25 PM
Herald added a subscriber: mcrosier. · View Herald Transcript
kpn accepted this revision.Dec 19 2019, 12:39 PM

LGTM. Thanks for the fix!

This revision is now accepted and ready to land.Dec 19 2019, 12:39 PM
t.p.northover closed this revision.Dec 19 2019, 1:51 PM

Thanks Kevin. Committed as 85cb560b8a4.