[PATCH] D56082: [X86][SLP] Enable SLP vectorization for 128-bit horizontal X86 instructions (add, sub)

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 03:00:59 PST 2019


anton-afanasyev added a comment.

Ping!

To clarify: I have changed the patch after review notes so it just modifies the value returned by the function `X86TTIImpl::getMinVectorRegisterBitWidth()` (was 128, now it is 64).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56082/new/

https://reviews.llvm.org/D56082





More information about the llvm-commits mailing list