[PATCH] D111891: [Analysis] add utility function for unary shuffle mask creation
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 16 02:31:41 PDT 2021
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM - cheers!
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:21260
+ createUnaryMask(SVN->getMask(), NumElts));
}
----------------
(style) remove braces
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111891/new/
https://reviews.llvm.org/D111891
More information about the llvm-commits
mailing list