[PATCH] D44785: Lowering x86 adds/addus/subs/subus intrinsics (llvm part)

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 07:15:59 PDT 2018


tkrupa updated this revision to Diff 140232.
tkrupa added a comment.

I rebased to current version of the compiler. Adjusted my patch to existing signed saturation pattern, changed subus pattern to canonical represantation and corrected minor mistakes.


Repository:
  rL LLVM

https://reviews.llvm.org/D44785

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/IR/AutoUpgrade.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx2-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
  test/CodeGen/X86/avx2-intrinsics-x86.ll
  test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512bw-intrinsics.ll
  test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512bwvl-intrinsics.ll
  test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
  test/CodeGen/X86/sse2-intrinsics-x86.ll
  test/CodeGen/X86/sse2-schedule.ll
  test/Instrumentation/MemorySanitizer/msan_x86intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44785.140232.patch
Type: text/x-patch
Size: 231724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/46ce6768/attachment-0001.bin>


More information about the llvm-commits mailing list