aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ModuloSchedule.cpp
diff options
context:
space:
mode:
authorwangyihan <1135831309@qq.com>2022-03-16 01:01:35 -0700
committerFangrui Song <i@maskray.me>2022-03-16 01:01:35 -0700
commitbab468f2536219ec824a2b6fe959fcaa7abf5685 (patch)
tree34fce714cb29cf64ccd5f844b12c89f0dd20c8f7 /llvm/lib/CodeGen/ModuloSchedule.cpp
parenta603f566dbe04d8a9eb0ada67b585965945f7e6d (diff)
downloadllvm-bab468f2536219ec824a2b6fe959fcaa7abf5685.zip
llvm-bab468f2536219ec824a2b6fe959fcaa7abf5685.tar.gz
llvm-bab468f2536219ec824a2b6fe959fcaa7abf5685.tar.bz2
[llvm][ADT] Remove duplicate code in llvm::StringMapImpl::RehashTable
Remove duplicate code in llvm::StringMapImpl::RehashTable, near StringMap.cpp:229 ``` if (!NewTableArray[NewBucket]) { NewTableArray[FullHash & (NewSize - 1)] = Bucket; NewHashArray[FullHash & (NewSize - 1)] = FullHash; if (I == BucketNo) NewBucketNo = NewBucket; continue; } ``` Reviewed By: MaskRay, dexonsmith Differential Revision: https://reviews.llvm.org/D121726
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions