[llvm-commits] [PATCH] add boolean simplification support for RDRAND intrinsics

Michael Liao michael.liao at intel.com
Wed Sep 5 15:01:22 PDT 2012


Ping.

Thanks for review
- Michael

On Tue, 2012-08-28 at 00:12 -0700, Michael Liao wrote:
> Hi
> 
> The attached patch adds the boolean simplification support for RDRAND
> intrinsics which, following GCC approach, generate its boolean result by
> CMOV instead of SETCC. In addition, this patch cleans up the redundant
> code previously added.
> 
> Thanks for your review.
> 
> Yours
> - Michael
> _______________________________________________
> 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