[Mlir-commits] [mlir] [mlir][dataflow] Update dataflow tutorial doc and add dataflow example code (PR #149296)
lonely eagle
llvmlistbot at llvm.org
Fri Aug 8 20:18:35 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 ... {
----------------
linuxlonelyeagle wrote:
The class corresponding to the current lattice element in C++ should be Lattice.
https://github.com/llvm/llvm-project/pull/149296
More information about the Mlir-commits
mailing list