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

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 07:53:06 PDT 2018


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

I moved the IR tests to a new file, corrected fast-isel tests and improved pattern recognition in X86ISelLowering to also detect situations where one input vector is composed of constants.


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/CodeGen/X86/vector-arith-sat.ll
  test/Instrumentation/MemorySanitizer/msan_x86intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44785.142011.patch
Type: text/x-patch
Size: 432527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180411/baf46bc1/attachment-0001.bin>


More information about the llvm-commits mailing list