[PATCH] D71956: [X86] Improve v2i64->v2f32 uint_to_fp on avx and avx2 targets.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 28 01:20:36 PST 2019
craig.topper updated this revision to Diff 235465.
craig.topper added a comment.
Fix comparison polarity. We were checking 0 < Src instead of Src < 0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71956/new/
https://reviews.llvm.org/D71956
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/vec-strict-inttofp-128.ll
llvm/test/CodeGen/X86/vec_int_to_fp.ll
llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71956.235465.patch
Type: text/x-patch
Size: 10233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191228/4e5518aa/attachment.bin>
More information about the llvm-commits
mailing list