diff options
| author | Ali Tamur <tamur@google.com> | 2019-04-16 21:37:43 +0000 |
|---|---|---|
| committer | Ali Tamur <tamur@google.com> | 2019-04-16 21:37:43 +0000 |
| commit | e8de5cd6023feee263ced0586155947f219f1c96 (patch) | |
| tree | 9f907f8addaf38c493e6082eb8e92f6c407e2853 | |
| parent | 7603bd52e399709832a49d026b86f879cb4bad7a (diff) | |
| download | bcm5719-llvm-e8de5cd6023feee263ced0586155947f219f1c96.tar.gz bcm5719-llvm-e8de5cd6023feee263ced0586155947f219f1c96.zip | |
Fix a typo in comments. [NFC]
llvm-svn: 358531
| -rw-r--r-- | llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp index 22c4dfdd751..3c00f648d83 100644 --- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -877,7 +877,7 @@ public: // opcode of VL[Lane] and whether the operand at OpIdx is the LHS or // RHS operand. The LHS operand of both add and sub is never attached // to an inversese operation in the linearized form, therefore its APO - // is false. The RHS is ture only if VL[Lane] is an inverse operation. + // is false. The RHS is true only if VL[Lane] is an inverse operation. // Since operand reordering is performed on groups of commutative // operations or alternating sequences (e.g., +, -), we can safely |

