[PATCH] D74088: [x86] form broadcast of scalar memop even with >1 use
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 08:23:36 PST 2020
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM - in the near future I think we might need to investigate supporting target memory ops in EltsFromConsecutiveLoads, we already have PR32535 as some ZEXT_LOAD cases could be merged back to a wider load - VBROADCAST_LOAD might need to be looked at as well as we create them more aggressively.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74088/new/
https://reviews.llvm.org/D74088
More information about the llvm-commits
mailing list