[llvm] [Semilattice] Introduce for dataflow analysis with KnownBits (PR #177616)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 08:23:19 PDT 2026


artagnon wrote:

> I don't know what's causing it - but the make_filter_range call inside filter_range is stripping the ExcludeFn callback - leaving an Empty std::function

Thanks Simon, that's helpful: I think that maybe capturing the std::function by ref isn't working: I've pushed a fix to capture by value, which hopefully fixes the issue.

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


More information about the llvm-commits mailing list