[PATCH] D52121: [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C))
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 14 15:10:37 PDT 2018
RKSimon added a comment.
Would https://reviews.llvm.org/D38128 help with this btw?
https://reviews.llvm.org/D52121
More information about the llvm-commits
mailing list