[Mlir-commits] [mlir] 5370425 - Apply clang-tidy fixes for bugprone-argument-comment in SCF.cpp (NFC)

Mehdi Amini llvmlistbot at llvm.org
Mon Feb 12 13:28:11 PST 2024


Author: Mehdi Amini
Date: 2024-02-12T13:27:48-08:00
New Revision: 537042577252ce84774aa4f7fbafef8c39b4032c

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

LOG: Apply clang-tidy fixes for bugprone-argument-comment in SCF.cpp (NFC)

Added: 
    

Modified: 
    mlir/lib/Dialect/SCF/IR/SCF.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/SCF/IR/SCF.cpp b/mlir/lib/Dialect/SCF/IR/SCF.cpp
index 9822ee522c6ed8..119df9acd9e9e3 100644
--- a/mlir/lib/Dialect/SCF/IR/SCF.cpp
+++ b/mlir/lib/Dialect/SCF/IR/SCF.cpp
@@ -1190,7 +1190,7 @@ void ForallOp::print(OpAsmPrinter &p) {
                           OpAsmParser::Delimiter::Paren);
     p << " step ";
     printDynamicIndexList(p, op, getDynamicStep(), getStaticStep(),
-                          /*valueTypes=*/{}, /*scalable=*/{},
+                          /*valueTypes=*/{}, /*scalables=*/{},
                           OpAsmParser::Delimiter::Paren);
   }
   printInitializationList(p, getRegionOutArgs(), getOutputs(), " shared_outs");


        


More information about the Mlir-commits mailing list