[llvm-commits] [PATCH] Revise UINT_TO_FP from v4i8/v8i8 to v4f32/v8f32

Michael Liao michael.liao at intel.com
Mon Oct 22 16:03:04 PDT 2012


Hi

The attached patch revises the support of v4i8/v8i8 -> v4f32/v8f32
conversion by replacing DAG combine with custom lowering to save DAG
combine overhead. In addition, this patch also extends the support to
v4i16/v8i16. No test case is added/changed as there is no functionality
change.

Thanks for your review.

Yours
- Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-custom-UINT_TO_FP-from-v4i8-v4i16-v8i8-v8i16-to-.patch
Type: text/x-patch
Size: 7549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121022/9aa32e30/attachment.bin>


More information about the llvm-commits mailing list