Singhania, Nimit
Email Address
ORCID
Disciplines
Search Results
Now showing 1 - 1 of 1
Publication Loopy: Programmable and Formally Verified Loop Transformations(2016-07-21) Namjoshi, Kedar S.; Singhania, NimitAbstract. This paper presents a system, Loopy, for programming loop transformations. Manual loop transformation can be tedious and errorprone, while fully automated methods do not guarantee improvements. Loopy takes a middle path: a programmer specifies a loop transformation at a high level, which is then carried out automatically by Loopy, and formally verified to guard against specification and implementation mistakes. Loopy’s notation offers considerable flexibility with assembling transformations, while automation and checking prevent errors. Loopy is implemented for the LLVM framework, building on a polyhedral compilation library. Experiments show substantial improvements over fully automated loop transformations, using simple and direct specifications.