search for: 2dbe66ec

Displaying 1 result from an estimated 1 matches for "2dbe66ec".

2016 May 04
2
GVN pass: does global value numbering remove duplicate computations in loops?
> The GVN on the newgvn branch i have will remove these, and is more complicated > The one i have implemented unifies AWZ and hash based and will also do predication/value inference. This is exciting news. It sounds like it will find a lot of the interesting cases. > Note that we don't do full-on polynomial time equivalence finding. While it would be fun to play with such