Displaying 4 results from an estimated 4 matches for "isknownviainduct".
2020 Mar 30
2
Scalar Evolution Expressions Involving Sibling Loops
.../D75628#inline-689527.
Basically in this case, the dependence equation requires us to symbolically
create an expression involving two or more recurrences that recur with
non-dominating loops (sibling loops). Currently creating such a SCEV
expression trips asserts in `CompareSCEVComplexity()` and `
isKnownViaInduction()` saying that a given SCEV expression cannot be
composed of recurrences that have no dominance relationship between them.
Michael tried explaining to me why there is this restriction about
dominance, and I'm beginning to understand why such restriction may be
necessary when evaluating or e...
2020 Mar 30
2
Scalar Evolution Expressions Involving Sibling Loops
...me parent, one will frequently, but not always dominate the other. Can
you give a specific example of when forming a recurrence between two
siblings (without one dominating the other), is useful?
Currently creating such a SCEV expression trips asserts in `
CompareSCEVComplexity()` and `isKnownViaInduction()` saying that a
given SCEV expression cannot be composed of recurrences that have no
dominance relationship between them.
Michael tried explaining to me why there is this restriction about
dominance, and I'm beginning to understand why such restriction may
be...
2020 Apr 16
2
Scalar Evolution Expressions Involving Sibling Loops
...ne will frequently, but not always dominate the other. Can
you give a specific example of when forming a recurrence between two
siblings (without one dominating the other), is useful?
Currently creating such a SCEV expression trips asserts in `
CompareSCEVComplexity()` and `isKnownViaInduction()` saying
that a given SCEV expression cannot be composed of recurrences
that have no dominance relationship between them.
Michael tried explaining to me why there is this restriction
about dominance, and I'm beginning to understand why such...
2020 Apr 17
2
Scalar Evolution Expressions Involving Sibling Loops
...other. Can you
give a specific example of when forming a recurrence between two siblings
(without one dominating the other), is useful?
Currently creating such a SCEV expression trips
asserts in `CompareSCEVComplexity()` and `
isKnownViaInduction()` saying that a given SCEV
expression cannot be composed of recurrences that
have no dominance relationship between them.
Michael tried explaining to me why there is this
restriction about dominance...