[Mlir-commits] [mlir] b0e4d38 - [mlir][scf] Fix typo in comment in BufferizableOpInterfaceImpl.cpp (NFC).

Ingo Müller llvmlistbot at llvm.org
Wed Jan 25 11:06:11 PST 2023


Author: Ingo Müller
Date: 2023-01-25T19:06:06Z
New Revision: b0e4d389d33b0f6c62628b10289df9b11fa74e01

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

LOG: [mlir][scf] Fix typo in comment in BufferizableOpInterfaceImpl.cpp (NFC).

Reviewed By: ingomueller-net

Differential Revision: https://reviews.llvm.org/D142554

Added: 
    

Modified: 
    mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp b/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
index 630edd300a927..7cfb974ece397 100644
--- a/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
+++ b/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
@@ -940,7 +940,7 @@ struct WhileOpInterface
   ///
   /// If this is not the case, allocs+copies are inserted and yielded from
   /// the loop. This could be a performance problem, so it must be explicitly
-  /// activated with `alloc-return-allocs`.
+  /// activated with `allow-return-allocs`.
   ///
   /// Not: In contrast to scf::ForOp, scf::WhileOp has two regions and the
   /// equivalence condition must be checked for both.


        


More information about the Mlir-commits mailing list