[all-commits] [llvm/llvm-project] 1a406c: Remove unused llvm/Support/Parallel.h from MLIR (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Sep 14 16:34:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a406cd5f2e2403b325f6d914b692459a2ab3b9b
https://github.com/llvm/llvm-project/commit/1a406cd5f2e2403b325f6d914b692459a2ab3b9b
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M mlir/lib/IR/Verifier.cpp
M mlir/lib/Pass/Pass.cpp
M mlir/lib/Pass/PassCrashRecovery.cpp
M mlir/lib/Transforms/Inliner.cpp
Log Message:
-----------
Remove unused llvm/Support/Parallel.h from MLIR (NFC)
This header aren't needed anymore: MLIR is using a thread pool
injected in the context instead of a global one.
More information about the All-commits
mailing list