[PATCH] D53306: [X86] Stop promoting integer loads to vXi64

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 20 23:24:46 PDT 2018


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

Add a hack to prevent the crash in vector-trunc. Though now we miss a combine.


Repository:
  rL LLVM

https://reviews.llvm.org/D53306

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86InstrXOP.td
  test/CodeGen/X86/avx-vperm2x128.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/pshufb-mask-comments.ll
  test/CodeGen/X86/vector-extend-inreg.ll
  test/CodeGen/X86/vector-idiv-v2i32.ll
  test/CodeGen/X86/vector-trunc.ll
  test/CodeGen/X86/widened-broadcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53306.170329.patch
Type: text/x-patch
Size: 164864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181021/1472c3a8/attachment-0001.bin>


More information about the llvm-commits mailing list