Patch created by running:
rg -l parallelForEachN | xargs sed -i '' -c 's/parallelForEachN/parallelFor/'
No behavior change.
Paths
| Differential D128140
Rename parallelForEachN to just parallelFor ClosedPublic Authored by thakis on Jun 19 2022, 9:33 AM.
Details
Summary Patch created by running: rg -l parallelForEachN | xargs sed -i '' -c 's/parallelForEachN/parallelFor/' No behavior change.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 19 2022, 9:33 AM 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 Closed by commit rG7effcbda49ba: Rename parallelForEachN to just parallelFor (authored by thakis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 438218 lld/COFF/DebugTypes.cpp
lld/COFF/ICF.cpp
lld/COFF/LLDMapFile.cpp
lld/COFF/MapFile.cpp
lld/ELF/ICF.cpp
lld/ELF/MapFile.cpp
lld/ELF/OutputSections.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/Writer.cpp
lld/MachO/ICF.cpp
lld/MachO/MapFile.cpp
lld/MachO/UnwindInfoSection.cpp
lld/wasm/MapFile.cpp
llvm/include/llvm/Support/Parallel.h
llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
llvm/lib/Support/Parallel.cpp
llvm/unittests/Support/ParallelTest.cpp
mlir/docs/Diagnostics.md
mlir/include/mlir/IR/Threading.h
|