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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 14:25:13 PST 2019


nikic reopened this revision.
nikic added a comment.
This revision is now accepted and ready to land.

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.


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