[Mlir-commits] [mlir] [MLIR][analysis] Lattice: Fix automatic delegation of meet to lattice value classes (PR #82620)
Matthias Kramm
llvmlistbot at llvm.org
Mon Apr 15 08:51:11 PDT 2024
matthiaskramm wrote:
Looks good!
Not a blocker, but after this change, we don't actually have any tests that verify that inheriting directly from `AbstractSparseLattice` (instead of from `Lattice<X>`) works as expected?
https://github.com/llvm/llvm-project/pull/82620
More information about the Mlir-commits
mailing list