[PATCH] D53036: [InstCombine] Demand bits of UMin

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 14:19:14 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D53036#1260230, @lebedev.ri wrote:

> In https://reviews.llvm.org/D53036#1260222, @dmgreen wrote:
>
> > Luckily, it appears that Alive can do countLeadingOnes too (although I don't see it anywhere in the sources I have).
> >  https://rise4fun.com/Alive/O9i
>
>
> Huh https://github.com/nunoplopes/alive/search?utf8=%E2%9C%93&q=countLeadingOnes&type=
>  CC @nlopes


This is the page I look at as reference for alive coding:
https://github.com/nunoplopes/alive/blob/newsema/rise4fun/language


https://reviews.llvm.org/D53036





More information about the llvm-commits mailing list