This paper introduces Index-Set Splitting (ISS), a technique that splits a loop containing several conditional statements into several loops with less complex control flow. Contrary to the classic loop unswitching technique, ISS splits loops when the conditional is loop variant. ISS uses an Index Sub-range Tree (IST) to identify the structure of the conditionals in the loop and to select which conditionals should be eliminated. This decision is based on an estimation of the code growth for each splitting: a greedy algorithm spends a pre-determined code growth budget. ISTs separate the decision about which splits to perform from the actual code generation for the split loops. The use of ISS to improve a loop fusion framework is then discussed. ISS opportunity identification in the SPEC2000 benchmark suite and three other suites demonstrate that ISS is a general technique that may benefit other compilers. © Springer-Verlag Berlin Heidelberg 2005.
CITATION STYLE
Barton, C., Tal, A., Blainey, B., & Amaral, J. N. (2005). Generalized index-set splitting. In Lecture Notes in Computer Science (Vol. 3443, pp. 106–120). Springer Verlag. https://doi.org/10.1007/978-3-540-31985-6_8
Mendeley helps you to discover research relevant for your work.