mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
[X86][SSE] Fixed description for isSequentialOrUndefInRange. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca96263b05
commit
dd0552884b
@ -3906,7 +3906,7 @@ static bool isUndefOrEqual(int Val, int CmpVal) {
|
||||
|
||||
/// isSequentialOrUndefInRange - Return true if every element in Mask, beginning
|
||||
/// from position Pos and ending in Pos+Size, falls within the specified
|
||||
/// sequential range (L, L+Pos]. or is undef.
|
||||
/// sequential range (Low, Low+Size]. or is undef.
|
||||
static bool isSequentialOrUndefInRange(ArrayRef<int> Mask,
|
||||
unsigned Pos, unsigned Size, int Low) {
|
||||
for (unsigned i = Pos, e = Pos+Size; i != e; ++i, ++Low)
|
||||
|
Loading…
x
Reference in New Issue
Block a user