forked from OSchip/llvm-project
SLPVectorizer: Fix multiline comment warning
llvm-svn: 191135
This commit is contained in:
parent
f90c3b5a1c
commit
d743feef81
|
@ -1960,14 +1960,14 @@ static Value *createRdxShuffleMask(unsigned VecLen, unsigned NumEltsToRdx,
|
||||||
/// ...
|
/// ...
|
||||||
/// \ /
|
/// \ /
|
||||||
/// +
|
/// +
|
||||||
/// \
|
/// |
|
||||||
/// phi +=
|
/// phi +=
|
||||||
///
|
///
|
||||||
/// Or:
|
/// Or:
|
||||||
/// ...
|
/// ...
|
||||||
/// \ /
|
/// \ /
|
||||||
/// +
|
/// +
|
||||||
/// \
|
/// |
|
||||||
/// *p =
|
/// *p =
|
||||||
///
|
///
|
||||||
class HorizontalReduction {
|
class HorizontalReduction {
|
||||||
|
|
Loading…
Reference in New Issue