Paul Fultz II

Results 395 comments of Paul Fultz II

> The build is still not tested. I did test this on linux/mac and it does work. I dont have access to windows to test it though. > The DLL...

Instead of matching the `slice` we can try to apply this rewrite before horizontal fusion. Also, we could start but just writing a matcher for `A * B * C`...

This is not really the correct fix. ValueFlowForward will check for variable changes. The problem is that this comes from reverse analysis, so we need to traverse the subfunction in...

> > [...] but we can skip the values that come from reverse analysis for now though. > > > > And how would we do that? Mark the values...

We could set the the direction of the value in the `update` method in the analyzer. That might be simpler than trying to do it for every forward.