[Mlir-commits] [mlir] [MLIR] Add continuous tiling to TileUsingForOp (PR #82792)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Feb 27 06:21:00 PST 2024


================
@@ -31,6 +31,8 @@
 
 using namespace mlir;
 
+static constexpr char kLoopIndexLabel[] = "__loop_index__";
----------------
ftynse wrote:

Nit: `llvm::StringLiteral` is often a better choice as it computes the string length at compile time and makes it readily available for `llvm::StringRef`.

https://github.com/llvm/llvm-project/pull/82792


More information about the Mlir-commits mailing list