[PATCH] D75978: [SystemZ] Avoid scalarization of S/UINT_TO_FP

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 14 04:15:16 PDT 2020


jonpa updated this revision to Diff 250353.
jonpa added a comment.

> - The UINT_TO_FP changes look good to me.  The only question I have is whether we should do the same for SINT_TO_FP?  (And in either case, this can probably be committed as a separate patch, apart from the VLLEZ changes.)

Yes, that looks also like a good idea. Patch updated to only do INT_TO_FP conversions - VLLEZ part will be posted separately.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75978/new/

https://reviews.llvm.org/D75978

Files:
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.h
  llvm/test/CodeGen/SystemZ/vec-move-23.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75978.250353.patch
Type: text/x-patch
Size: 7016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200314/cc16eda4/attachment.bin>


More information about the llvm-commits mailing list