================ @@ -187,6 +190,8 @@ class DataflowAnalysis { } public: + Lattice exitBlock(Lattice In) { return In; } ---------------- Xazax-hun wrote: Done. https://github.com/llvm/llvm-project/pull/213530