[llvm-commits] [PATCH] [llvm] Transform (x&C)>V into (x&C)!=0 wherepossible.
Redmond, Paul
paul.redmond at intel.com
Wed Dec 19 12:18:47 PST 2012
Committed on behalf of Kevin in r170576.
On 2012-12-17, at 10:55 AM, Duncan Sands wrote:
> 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.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list