[llvm-commits] [PATCH] [llvm] Transform (x&C)>V into (x&C)!=0 wherepossible.

Duncan Sands baldrick at free.fr
Mon Dec 17 07:55:57 PST 2012


On 17/12/12 16:54, Schoedel, Kevin P wrote:
> Duncan Sands wrote:
>> any chance of having the countTrailingZeros computation only be done for
>> UGT comparisons, and not when the result isn't going to be used?
>
> Done; revised patch attached. Thanks for reviewing.

Thanks Kevin, LGTM.

Ciao, Duncan.




More information about the llvm-commits mailing list