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;
|
unsigned AddrSpace = 0) const;
|
||||||
|
|
||||||
/// \brief Return true if the target supports masked load/store
|
/// \brief Return true if the target supports masked load/store
|
||||||
/// AVX2 and AVX-512 targets allow masks for consecutive load and store for
|
/// AVX2 and AVX-512 targets allow masks for consecutive load and store
|
||||||
/// 32 and 64 bit elements.
|
|
||||||
bool isLegalMaskedStore(Type *DataType) const;
|
bool isLegalMaskedStore(Type *DataType) const;
|
||||||
bool isLegalMaskedLoad(Type *DataType) const;
|
bool isLegalMaskedLoad(Type *DataType) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue