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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D71723
ConstrainedFP: use API compatible with opaque pointers. ClosedPublic Authored by t.p.northover on Dec 19 2019, 12:25 PM.
Details
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 TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 19 2019, 12:25 PM This revision is now accepted and ready to land.Dec 19 2019, 12:39 PM
Revision Contents
Diff 234768 clang/lib/CodeGen/CGBuiltin.cpp
llvm/include/llvm/IR/IRBuilder.h
|