Skip to content

Commit 8bd4359

Browse files
Address minor review comments
1 parent d5b9c27 commit 8bd4359

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mlir/include/mlir/Dialect/LLVMIR/Transforms/Passes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ def PrepareForOMPOffloadPrivatizationPass : Pass<"omp-offload-privatization-prep
8383
allocatables, then the corresponding `omp::MapInfoOp` needs to be fixed up to map the new heap-allocated
8484
variable and not the original variable.
8585
}];
86-
let dependentDialects = ["LLVM::LLVMDialect", "mlir::omp::OpenMPDialect"];
86+
let dependentDialects = ["LLVM::LLVMDialect"];
8787
}
8888
#endif // MLIR_DIALECT_LLVMIR_TRANSFORMS_PASSES

mlir/lib/Tools/mlir-opt/MlirOptMain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ LogicalResult mlir::MlirOptMain(llvm::raw_ostream &outputStream,
624624
// We use the thread-pool this context is creating, and avoid
625625
// creating any thread when disabled.
626626
MLIRContext threadPoolCtx;
627-
628627
if (threadPoolCtx.isMultithreadingEnabled())
629628
threadPool = &threadPoolCtx.getThreadPool();
630629

0 commit comments

Comments
 (0)