[PATCH] D60977: [llvm-profdata] Add overlap command to compute similarity b/w two profile files

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 15:12:46 PDT 2019


Eric, Thanks for the fix!
I did Release and Debug build, but did not turn on Werror check. Will do
that next time.

-Rong



On Tue, Apr 30, 2019 at 2:48 PM Eric Christopher <echristo at gmail.com> wrote:

> This one had a few Werror problems. I've fixed them, but might want to
> make sure to build with Werror enabled or check the bots after. :)
>
> -eric
>
> On Tue, Apr 30, 2019 at 2:17 PM Rong Xu via Phabricator via
> llvm-commits <llvm-commits at lists.llvm.org> wrote:
> >
> > This revision was automatically updated to reflect the committed changes.
> > Closed by commit rL359612: [llvm-profdata] Add overlap command to
> compute similarity b/w two profile files (authored by xur, committed by ).
> >
> > Changed prior to commit:
> >   https://reviews.llvm.org/D60977?vs=197204&id=197440#toc
> >
> > Repository:
> >   rL LLVM
> >
> > CHANGES SINCE LAST ACTION
> >   https://reviews.llvm.org/D60977/new/
> >
> > https://reviews.llvm.org/D60977
> >
> > Files:
> >   llvm/trunk/docs/CommandGuide/llvm-profdata.rst
> >   llvm/trunk/include/llvm/ProfileData/InstrProf.h
> >   llvm/trunk/include/llvm/ProfileData/InstrProfReader.h
> >   llvm/trunk/include/llvm/ProfileData/InstrProfWriter.h
> >   llvm/trunk/lib/ProfileData/InstrProf.cpp
> >   llvm/trunk/lib/ProfileData/InstrProfReader.cpp
> >   llvm/trunk/lib/ProfileData/InstrProfWriter.cpp
> >   llvm/trunk/test/tools/llvm-profdata/Inputs/overlap_1.proftext
> >   llvm/trunk/test/tools/llvm-profdata/Inputs/overlap_1_cs.proftext
> >   llvm/trunk/test/tools/llvm-profdata/Inputs/overlap_1_vp.proftext
> >   llvm/trunk/test/tools/llvm-profdata/Inputs/overlap_2.proftext
> >   llvm/trunk/test/tools/llvm-profdata/Inputs/overlap_2_cs.proftext
> >   llvm/trunk/test/tools/llvm-profdata/Inputs/overlap_2_vp.proftext
> >   llvm/trunk/test/tools/llvm-profdata/overlap.test
> >   llvm/trunk/test/tools/llvm-profdata/overlap_cs.test
> >   llvm/trunk/test/tools/llvm-profdata/overlap_vp.test
> >   llvm/trunk/tools/llvm-profdata/llvm-profdata.cpp
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/ebce2699/attachment.html>


More information about the llvm-commits mailing list