[llvm-commits] [PATCH 1/3] BMI2 code generation support

Michael Liao michael.liao at intel.com
Wed Sep 19 10:42:40 PDT 2012


Hi

Here's the first patch enabling BMI2 code generation. BMI2 insns are
added but there's no code generation support. As documented in [1], most
of BMI2 insns need auto-generating from high-level language instead of
intrinsics. This patch enables MULX to be used when lowering UMUL_LOHI
with BMI2 enabled.

Thanks for your review.

Yours
- Michael

--------------
[1] http://software.intel.com/sites/default/files/319433-014.pdf

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-MULX-code-generation-support.patch
Type: text/x-patch
Size: 9120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120919/2d8eeec9/attachment.bin>


More information about the llvm-commits mailing list