[PATCH] D68408: [InstCombine] Negator - sink sinkable negations
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 20 05:53:24 PDT 2020
nikic added a comment.
In D68408#1991930 <https://reviews.llvm.org/D68408#1991930>, @lebedev.ri wrote:
> In D68408#1991910 <https://reviews.llvm.org/D68408#1991910>, @nikic wrote:
>
> > Compile-time numbers look good: http://llvm-compile-time-tracker.com/compare.php?from=f52e0507574b4fd84dc4674536f5dfbab396c0f6&to=0a009b654793dee8e335c053eb043e297071e0d1&stat=instructions
>
>
> I was actually trying to get that info, and i'm not sure what step i'm missing other than pushing the `perf/*` <https://github.com/LebedevRI/llvm-project/tree/perf/instcombine-negator> branch?
I need to manually add your fork as a remote first, so branches get picked up (too many forks to listen to all of them). I've done that now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68408/new/
https://reviews.llvm.org/D68408
More information about the llvm-commits
mailing list