[llvm-commits] Patch to fix assertion failures and warnings caused by r151382 _ftol2 lowering for i386-*-win32 targets

Joe Groff arcata at gmail.com
Fri Feb 24 17:44:01 PST 2012


Hi everyone. My previous patch applied as r151382 had a few problems:
Clang raised a warning, and X86 LowerOperation would assert out for
fptoui f64 to i32 because it improperly lowered to an illegal
BUILD_PAIR. Here's a patch that addresses these issues. Let me know if
any other changes are necessary. Thanks.

-Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-ftol2-fixes.diff
Type: application/octet-stream
Size: 4551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120224/de8595c0/attachment.obj>


More information about the llvm-commits mailing list