[llvm] r267383 - fix comments

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 01:30:28 PDT 2016


Author: ibreger
Date: Mon Apr 25 03:30:28 2016
New Revision: 267383

URL: http://llvm.org/viewvc/llvm-project?rev=267383&view=rev
Log:
fix comments
related to  
Differential Revision: http://reviews.llvm.org/D17913

Modified:
    llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h

Modified: llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h?rev=267383&r1=267382&r2=267383&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h Mon Apr 25 03:30:28 2016
@@ -326,8 +326,7 @@ public:
                              unsigned AddrSpace = 0) const;
 
   /// \brief Return true if the target supports masked load/store
-  /// AVX2 and AVX-512 targets allow masks for consecutive load and store for
-  /// 32 and 64 bit elements.
+  /// AVX2 and AVX-512 targets allow masks for consecutive load and store
   bool isLegalMaskedStore(Type *DataType) const;
   bool isLegalMaskedLoad(Type *DataType) const;
 




More information about the llvm-commits mailing list