search for: rl285535

Displaying 2 results from an estimated 2 matches for "rl285535".

2016 Oct 18
2
[SCEV] inconsistent operand ordering
Thanks for the helpful reply! I see that we are trying to keep ScalarEvolution stable around instruction ordering. My suggestion would be to not restrict the fix by only recursing on the first operand. By "dominator logic" I meant that if all other 'cheap' checks fail, we should decide by walking the dominator tree to see which instruction's basic block is encountered
2016 Oct 31
0
[SCEV] inconsistent operand ordering
...aj, On 10/18/16, 1:25 PM, Chawla, Pankaj wrote: > I see that we are trying to keep ScalarEvolution stable around > instruction ordering. My suggestion would be to not restrict the fix > by only recursing on the first operand. I think I've addressed this in https://reviews.llvm.org/rL285535, PTAL. -- Sanjoy