[PATCH] D79104: [X86] Update cost model for the cost of s/zextending from vXi1 to a vXi8/i16/i32 vector of less than 128 bits
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 17:13:56 PDT 2020
RKSimon added a comment.
My main concern is that a lot of this is very dependent on what generated the vXi1 in the first place - if it was a vector compare then we can usually ext/trunc very cheaply.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79104/new/
https://reviews.llvm.org/D79104
More information about the llvm-commits
mailing list