Matthias Kramm
Results
2
issues of
Matthias Kramm
The current version of byterun accesses cellvars through the frame the closure is executing under, instead of the frame it was defined in. The following code illustrates the problem: def...
MLIR currently supports forward dataflow (`Analysis/Dataflow/{Dense,Sparse}Analysis.h`), but not backward dataflow. The latter would e.g. be needed for removing unused arguments and results from functions. For example, it would allow us...
mlir