Skip to content

Commit 5ebd56a

Browse files
bcardosolopesgysit
andauthored
Update mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMIRToLLVMTranslation.cpp
Co-authored-by: Tobias Gysi <[email protected]>
1 parent c454af7 commit 5ebd56a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMIRToLLVMTranslation.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,14 +409,11 @@ static LogicalResult setIntelReqdSubGroupSizeAttr(Builder &builder,
409409
return success();
410410
}
411411

412-
namespace mlir {
413-
// Generate llvm.call_intrinsic when no supporting dialect available.
414-
LogicalResult LLVMImportInterface::convertUnregisteredIntrinsic(
412+
LogicalResult mlir::LLVMImportInterface::convertUnregisteredIntrinsic(
415413
OpBuilder &builder, llvm::CallInst *inst,
416414
LLVM::ModuleImport &moduleImport) const {
417415
return convertUnregisteredIntrinsicImpl(builder, inst, moduleImport);
418416
}
419-
} // namespace mlir
420417
namespace {
421418

422419
/// Implementation of the dialect interface that converts operations belonging

0 commit comments

Comments
 (0)