| commit | e30bd351cc8ac1981b1c6e4190a74d6f5ab77097 | [log] [tgz] |
|---|---|---|
| author | Sebastian Pop <spop@codeaurora.org> | Tue May 27 22:41:56 2014 +0000 |
| committer | Sebastian Pop <spop@codeaurora.org> | Tue May 27 22:41:56 2014 +0000 |
| tree | 1e882fa2f57640152a2b35cc24fa0bcfe3d5ef5f | |
| parent | 28e6b97b5de6b0cd0bf3e85bd1bcc14a7b261a9b [diff] |
do not use the GCD to compute the delinearization strides We do not need to compute the GCD anymore after we removed the constant coefficients from the terms: the terms are now all parametric expressions and there is no need to recognize constant terms that divide only a subset of the terms. We only rely on the size of the terms, i.e., the number of operands in the multiply expressions, to sort the terms and recognize the parametric dimensions. llvm-svn: 209693