[PATCH] D56864: [x86] vectorize cast ops in lowering to avoid register file transfers

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 16:29:53 PST 2019


spatel updated this revision to Diff 185438.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:

1. Added TODO for handling smaller integers.
2. Removed one-use restriction (still looks worthwhile to avoid the transfer).


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

https://reviews.llvm.org/D56864

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/known-bits-vector.ll
  test/CodeGen/X86/known-signbits-vector.ll
  test/CodeGen/X86/vec_int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56864.185438.patch
Type: text/x-patch
Size: 11343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/97e8d7a6/attachment.bin>


More information about the llvm-commits mailing list