forked from OSchip/llvm-project
Fix typo in vector reduction costs comment. NFCI.
llvm-svn: 313368
This commit is contained in:
parent
f1620b2555
commit
a5b3bc6d58
|
@ -764,7 +764,7 @@ public:
|
|||
///
|
||||
/// Pairwise:
|
||||
/// (v0, v1, v2, v3)
|
||||
/// ((v0+v1), (v2, v3), undef, undef)
|
||||
/// ((v0+v1), (v2+v3), undef, undef)
|
||||
/// Split:
|
||||
/// (v0, v1, v2, v3)
|
||||
/// ((v0+v2), (v1+v3), undef, undef)
|
||||
|
|
Loading…
Reference in New Issue