[Mlir-commits] [mlir] 78f3fb4 - [mlir] Update comments in ArmNeon dialect. NFC

Alex Zinenko llvmlistbot at llvm.org
Wed Mar 10 04:36:07 PST 2021


Author: Alex Zinenko
Date: 2021-03-10T13:35:57+01:00
New Revision: 78f3fb4f4624fb57a32478e7504458514c37b41c

URL: https://github.com/llvm/llvm-project/commit/78f3fb4f4624fb57a32478e7504458514c37b41c
DIFF: https://github.com/llvm/llvm-project/commit/78f3fb4f4624fb57a32478e7504458514c37b41c.diff

LOG: [mlir] Update comments in ArmNeon dialect. NFC

These were not updated when squashing LLVMArmNeon and ArmNeon dialects.

Added: 
    

Modified: 
    mlir/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h
    mlir/lib/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h b/mlir/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h
index eb2b5ca2fe90..0fc23cffc7d5 100644
--- a/mlir/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h
+++ b/mlir/include/mlir/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.h
@@ -18,11 +18,11 @@ namespace mlir {
 class DialectRegistry;
 class MLIRContext;
 
-/// Register the LLVMArmNeon dialect and the translation from it to the LLVM IR
+/// Register the ArmNeon dialect and the translation from it to the LLVM IR
 /// in the given registry;
 void registerArmNeonDialectTranslation(DialectRegistry &registry);
 
-/// Register the LLVMArmNeon dialect and the translation from it in the registry
+/// Register the ArmNeon dialect and the translation from it in the registry
 /// associated with the given context.
 void registerArmNeonDialectTranslation(MLIRContext &context);
 

diff  --git a/mlir/lib/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.cpp b/mlir/lib/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.cpp
index 679fda67a440..eb49a5351500 100644
--- a/mlir/lib/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.cpp
+++ b/mlir/lib/Target/LLVMIR/Dialect/ArmNeon/ArmNeonToLLVMIRTranslation.cpp
@@ -24,7 +24,7 @@ using namespace mlir::LLVM;
 
 namespace {
 /// Implementation of the dialect interface that converts operations belonging
-/// to the LLVMArmNeon dialect to LLVM IR.
+/// to the ArmNeon dialect to LLVM IR.
 class ArmNeonDialectLLVMIRTranslationInterface
     : public LLVMTranslationDialectInterface {
 public:


        


More information about the Mlir-commits mailing list