[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


================
@@ -69,10 +69,11 @@ immediately enclosed by the latter),
 3. a value that dominates the `AffineScope` op enclosing the value's
 use,
 4. the result of a constant operation,
-5. the result of an
+5. the result of an `AffineSymbol` op,
----------------
bondhugula wrote:

... of an op with `AffineSymbol` trait

You can also cross-link this to the definition, which should be in `Traits.md`.



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


More information about the Mlir-commits mailing list