[PATCH] D33407: PR28129 Avoid producing vxorps to clear the fake inputs.

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 05:15:09 PDT 2017


dtemirbulatov created this revision.

Here we have removed vxorps operation out of AVX1_SETALLONES pattern and we let ExecDeps to clear the inputs instead.


https://reviews.llvm.org/D33407

Files:
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/all-ones-vector.ll
  test/CodeGen/X86/avx-basic.ll
  test/CodeGen/X86/avx-cvt-3.ll
  test/CodeGen/X86/avx-intrinsics-fast-isel.ll
  test/CodeGen/X86/pr28129.ll
  test/CodeGen/X86/vector-pcmp.ll
  test/CodeGen/X86/xop-intrinsics-fast-isel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33407.99744.patch
Type: text/x-patch
Size: 18897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170522/c027e5c8/attachment.bin>


More information about the llvm-commits mailing list