This is an archive of the discontinued LLVM Phabricator instance.

Rename parallelForEachN to just parallelFor
ClosedPublic

Authored by thakis on Jun 19 2022, 9:33 AM.

Details

Reviewers
MaskRay
rriddle
Group Reviewers
Restricted Project
Commits
rG7effcbda49ba: Rename parallelForEachN to just parallelFor
Summary

Patch created by running:

rg -l parallelForEachN | xargs sed -i '' -c 's/parallelForEachN/parallelFor/'

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Jun 19 2022, 9:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
thakis requested review of this revision.Jun 19 2022, 9:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 19 2022, 9:33 AM
MaskRay accepted this revision.Jun 19 2022, 10:52 AM

LGTM.

This revision is now accepted and ready to land.Jun 19 2022, 10:52 AM
This revision was landed with ongoing or failed builds.Jun 19 2022, 2:49 PM
This revision was automatically updated to reflect the committed changes.