We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e802e5e commit 5a2d87bCopy full SHA for 5a2d87b
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
@@ -5836,7 +5836,7 @@ static bool isTargetDeviceOp(Operation *op) {
5836
return true;
5837
5838
if (mlir::isa<omp::TargetAllocMemOp>(op) ||
5839
- mlir::isa<mp::TargetFreeMemOp>(op))
+ mlir::isa<omp::TargetFreeMemOp>(op))
5840
5841
5842
if (auto parentFn = op->getParentOfType<LLVM::LLVMFuncOp>())
0 commit comments