Open
Description
Following on from #837, which adds support for obtaining remarks from LLVM passes. It should now be possible to update the RefPrunePass
, which does Numba specific ref-op pruning, to emit remarks and for them to be consumed by this API. This would effectively replace this:
llvmlite/ffi/custom_passes.cpp
Lines 163 to 166 in dfca79f
and this:
llvmlite/ffi/custom_passes.cpp
Lines 1178 to 1210 in dfca79f
and also allowing tracking of the source line origin of the pruned ref-ops (which is interesting in itself).
Activity