[PATCH] D72356: [TargetLowering][X86] TeachSimplifyDemanedBits to handle cases where only the sign bit is demanded from a SETCC and can be passed through
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 11:08:50 PST 2020
RKSimon added a comment.
Are you OK with the increase in register pressure? I think this is mainly due to SSE41 BLENDVPS being hard coded to using xmm0 for the selection mask.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72356/new/
https://reviews.llvm.org/D72356
More information about the llvm-commits
mailing list