[Mlir-commits] [mlir] [mlir][dataflow] Fix for integer range analysis propagation bug (PR #93199)

Krzysztof Drewniak llvmlistbot at llvm.org
Thu May 23 23:14:48 PDT 2024


https://github.com/krzysz00 commented:

I'm not going to LGTM this so late at night, but this seems like a reasonable fix.

(Having an "intrusive" None value is the other option we could think of here ,but I can't see a way to do that to the range type, so ... yeah, optional is what it'll probably be)

This might need an announcement somewhere?

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


More information about the Mlir-commits mailing list