Since D73835 we no longer need to define the whole IRBuilder implementation in the header. This patch moves some of the larger methods out of line, into the C++ file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D77332
[IRBuilder] Move some code into the cpp file (NFC) ClosedPublic Authored by nikic on Apr 2 2020, 12:51 PM.
Details Summary Since D73835 we no longer need to define the whole IRBuilder implementation in the header. This patch moves some of the larger methods out of line, into the C++ file.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 2 2020, 11:49 PM Closed by commit rGb90ea4f34194: [IRBuilder] Move some code into the cpp file; NFC (authored by nikic). · Explain WhyApr 4 2020, 4:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 255021 llvm/include/llvm/IR/IRBuilder.h
llvm/lib/IR/IRBuilder.cpp
|