[Mlir-commits] [mlir] [mlir][affine]introduce AffineSymbol trait and use it for using gpu.threadid op in the inner loops. (PR #118478)

Uday Bondhugula llvmlistbot at llvm.org
Sat Jan 11 14:19:30 PST 2025


================
@@ -443,6 +443,10 @@ bool mlir::affine::isValidSymbol(Value value, Region *region) {
   if (matchPattern(defOp, m_Constant(&operandCst)))
     return true;
 
+  // AffineScope Op.
----------------
bondhugula wrote:

Wrong comment here.

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


More information about the Mlir-commits mailing list