[Mlir-commits] [mlir] [mlir][dataflow] Update dataflow tutorial doc and add dataflow example code (PR #149296)

Mehdi Amini llvmlistbot at llvm.org
Fri Aug 8 08:00:59 PDT 2025


================
@@ -154,7 +146,7 @@ shown below:
 /// This class represents a lattice element holding a specific value of type
 /// `ValueT`.
 template <typename ValueT>
-class LatticeElement ... {
+class Lattice ... {
----------------
joker-eph wrote:

The comment says `This class represents a lattice element...` , why did you rename it?

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


More information about the Mlir-commits mailing list