forked from OSchip/llvm-project
fix comments
related to Differential Revision: http://reviews.llvm.org/D17913 llvm-svn: 267383
This commit is contained in:
parent
ab9390664f
commit
fd63b80486
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue