| commit | c3bc8b8de64b8aa2a8d3d10c5f1a0d6a56f06010 | [log] [tgz] |
|---|---|---|
| author | Andrew Trick <atrick@apple.com> | Wed Jul 31 02:43:40 2013 +0000 |
| committer | Andrew Trick <atrick@apple.com> | Wed Jul 31 02:43:40 2013 +0000 |
| tree | e96763d204994709ad8b22fabbac2f1a862324fa | |
| parent | 080cad730a7c2ab4850e04be7d70537b518e3d15 [diff] |
Fix a severe compile time problem when forming large SCEV expressions. This fix is very lightweight. The same fix already existed for AddRec but was missing for NAry expressions. This is obviously an improvement and I'm unsure how to test compile time problems. Patch by Xiaoyi Guo! llvm-svn: 187475