[PATCH] Fix compound assignment of fp128 complex data type

Jiangning Liu liujiangning1 at gmail.com
Mon Oct 20 02:49:59 PDT 2014


Hi,

Attached patch is to fix compound assignment of fp128 complex data type.

The fix is very simple, and it only adds lowering of compound assignment
for the missing type llvm::Type::FP128TyID.

Thanks,
-Jiangning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141020/2949caa9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_compound_assignment_of_fp128_complex.patch
Type: text/x-patch
Size: 1493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141020/2949caa9/attachment.bin>


More information about the cfe-commits mailing list