Re: [Mesa-dev] [PATCH] nv50/ir: don't rely on inbound edge order in phi nodes

2018-07-07 Thread Karol Herbst
On Sun, Jul 8, 2018 at 1:01 AM, Rhys Perry wrote: > Previously, a phi node's sources were implicitly ordered by the inbound edge > order. This patch changes that so that a phi node instead has a basic block > stored for each source in a deque. > > There are no regressions in Unigine Heaven, Valley

[Mesa-dev] [PATCH] nv50/ir: don't rely on inbound edge order in phi nodes

2018-07-07 Thread Rhys Perry
Previously, a phi node's sources were implicitly ordered by the inbound edge order. This patch changes that so that a phi node instead has a basic block stored for each source in a deque. There are no regressions in Unigine Heaven, Valley and Superposition (with a SERIALIZE hack to fix unrelated e