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

Schoedel, Kevin P kevin.p.schoedel at intel.com
Mon Dec 17 07:54:23 PST 2012


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.

-- 
Kevin Schoedel, Software Developer, Intel of Canada
<kevin.p.schoedel at intel.com>      +1 (519) 772-2580

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Transform-x-C-V-into-x-C-V-where-possible.patch
Type: application/octet-stream
Size: 3923 bytes
Desc: 0003-Transform-x-C-V-into-x-C-V-where-possible.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121217/ec6bc54e/attachment.obj>


More information about the llvm-commits mailing list