[PATCH] D56636: [CodeGen][X86] Expand vector USUBSAT to UMAX+SUB

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 08:21:08 PST 2019


RKSimon added a comment.

In D56636#1356908 <https://reviews.llvm.org/D56636#1356908>, @nikic wrote:

> Gah, apparently I didn't run SLPVectorizer tests, which of course also change. Getting a `WARNING: Found conflicting asm under the same prefix: 'AVX2'` warning when regenerating those, so I've reverted for now and will look again tomorrow.


I've updated those SLP tests to fix the conflict, please rebase and regenerate+check the SLP tests again


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56636





More information about the llvm-commits mailing list