[llvm] 6918a15 - Test commit. Fixed a typo in a comment.

David Kreitzer via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 16:21:58 PDT 2022


Author: David Kreitzer
Date: 2022-04-29T16:18:09-07:00
New Revision: 6918a15f431541136f85e2dd8d41c23d78d1124b

URL: https://github.com/llvm/llvm-project/commit/6918a15f431541136f85e2dd8d41c23d78d1124b
DIFF: https://github.com/llvm/llvm-project/commit/6918a15f431541136f85e2dd8d41c23d78d1124b.diff

LOG: Test commit. Fixed a typo in a comment.

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp b/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
index ce7141582911..a18415999408 100644
--- a/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
+++ b/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
@@ -1275,7 +1275,7 @@ bool AArch64TTIImpl::isWideningInstruction(Type *DstTy, unsigned Opcode,
                                            ArrayRef<const Value *> Args) {
 
   // A helper that returns a vector type from the given type. The number of
-  // elements in type Ty determine the vector width.
+  // elements in type Ty determines the vector width.
   auto toVectorTy = [&](Type *ArgTy) {
     return VectorType::get(ArgTy->getScalarType(),
                            cast<VectorType>(DstTy)->getElementCount());


        


More information about the llvm-commits mailing list