This revision was automatically updated to reflect the committed changes.
Closed by commit rL254876: [PGO] Instrument only base constructors and
destructors. (authored by sepavloff).
Changed prior to commit:
http://reviews.llvm.org/D15158?vs=41744&id=42011#toc
Repository:
rL LLVM
http://rev
Serge Pavlov writes:
> sepavloff updated this revision to Diff 41744.
> sepavloff added a comment.
>
> Changes according to reviewer's notes.
LGTM.
>
> http://reviews.llvm.org/D15158
>
> Files:
> lib/CodeGen/CGBlocks.cpp
> lib/CodeGen/CGObjC.cpp
> lib/CodeGen/CGStmt.cpp
> lib/CodeGen/CGS
Thank you, Justin.
2015-12-03 5:37 GMT+06:00 Justin Bogner :
> Serge Pavlov writes:
> > sepavloff created this revision.
> > sepavloff added a reviewer: bogner.
> > sepavloff added subscribers: cfe-commits, silvas.
> >
> > Constructors and destructors may be represented by several functions
> >
sepavloff updated this revision to Diff 41744.
sepavloff added a comment.
Changes according to reviewer's notes.
http://reviews.llvm.org/D15158
Files:
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.cpp
Serge Pavlov writes:
> sepavloff created this revision.
> sepavloff added a reviewer: bogner.
> sepavloff added subscribers: cfe-commits, silvas.
>
> Constructors and destructors may be represented by several functions
> in IR. Only the base structors correspond to source code, others
> are small