[PATCH] D54346: [SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VECTOR_INREG. Use them and regular *_EXTEND to replace the X86 specific VSEXT/VZEXT opcodes

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 10 09:58:48 PST 2018


craig.topper updated this revision to Diff 173519.
craig.topper added a comment.

Address comments and hopefully arcanist adds context.


Repository:
  rL LLVM

https://reviews.llvm.org/D54346

Files:
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/Target/TargetSelectionDAG.td
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86InstrSSE.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54346.173519.patch
Type: text/x-patch
Size: 40383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181110/8ffe707a/attachment.bin>


More information about the llvm-commits mailing list