mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
fix comments
related to Differential Revision: http://reviews.llvm.org/D17913 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72cd5936fd
commit
485b34b54f
@ -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
Block a user