[PATCH] D70214: [X86] Add custom type legalization and lowering for scalar STRICT_FP_TO_SINT/UINT
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 09:56:36 PST 2019
craig.topper updated this revision to Diff 229581.
craig.topper added a comment.
-Remove bad test comments.
-Enable cmov on the x87 test so that the unsigned conversion to i64 is a little simpler. There was a branch in it before, but it still didn't prevent us from speculating an fsub.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70214/new/
https://reviews.llvm.org/D70214
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/test/CodeGen/X86/fp-intrinsics-x86_64.ll
llvm/test/CodeGen/X86/fp-intrinsics.ll
llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70214.229581.patch
Type: text/x-patch
Size: 58247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/c946b29a/attachment-0001.bin>
More information about the llvm-commits
mailing list