[PATCH] D53268: [X86] Stop promoting and/or/xor/andn to vXi64.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 11:52:02 PDT 2018


craig.topper updated this revision to Diff 171155.
craig.topper retitled this revision from "[X86] WIP: Stop promoting and/or/xor/andn to vXi64." to "[X86] Stop promoting and/or/xor/andn to vXi64.".
craig.topper added a comment.

I believe this now has all the patterns we need. I haven't fully collapsed the repetition of patterns into multiclasses, but I'd like to take that as follow up.

There's a few regressions related to broadcasts, but I think we already have PR for that.


https://reviews.llvm.org/D53268

Files:
  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/avx512-arith.ll
  test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512-logic.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/avx512-schedule.ll
  test/CodeGen/X86/avx512-select.ll
  test/CodeGen/X86/bitcast-int-to-vector-bool-sext.ll
  test/CodeGen/X86/bitcast-int-to-vector-bool-zext.ll
  test/CodeGen/X86/bitcast-setcc-128.ll
  test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
  test/CodeGen/X86/movmsk-cmp.ll
  test/CodeGen/X86/psubus.ll
  test/CodeGen/X86/sat-add.ll
  test/CodeGen/X86/unfold-masked-merge-vector-variablemask-const.ll
  test/CodeGen/X86/vec-copysign-avx512.ll
  test/CodeGen/X86/vector-bitreverse.ll
  test/CodeGen/X86/vector-lzcnt-512.ll
  test/CodeGen/X86/vector-reduce-and.ll
  test/CodeGen/X86/vector-reduce-or.ll
  test/CodeGen/X86/vector-reduce-xor.ll
  test/CodeGen/X86/vector-rotate-512.ll
  test/CodeGen/X86/vector-trunc-math.ll
  test/CodeGen/X86/vector-tzcnt-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53268.171155.patch
Type: text/x-patch
Size: 114094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/99bc1e83/attachment.bin>


More information about the llvm-commits mailing list