[PATCH] D73646: [X86] Fix the cost model for v16i16->v16i32 zero_extend/sign_extend with AVX2

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 10:35:26 PST 2020


craig.topper added a comment.

I guess the cost should be 3 if we count the extract we need to split the 16i16 input. New patch coming in a moment.


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

https://reviews.llvm.org/D73646





More information about the llvm-commits mailing list