Files
clang-p2996/mlir/lib/Analysis
Vadim Curcă 5a531b1158 [mlir] NFC: Add data flow analysis extension points (#142549)
This commit introduces `visitCallOperation` and `visitCallableOperation`
extension points in the sparse data flow analysis framework. This
allows, for example, to make the analysis less conservative, without a
lot of code duplication, propagating information even if not all the
call or return sites are known.
2025-06-04 14:15:05 +02:00
..