LLVM's Polly Keeps Optimizing, Plays With Pluto

Posted by Michael Larabel on October 10, 2012

Polly was accepted at the beginning of this year as an official LLVM project and since then it's continued to advance ahead of the LLVM 3.2 release for providing polyhedral optimizations.

With LLVM 3.1 it was the first release where Polly became an official LLVM project for being an experimental optimizer for data locality and parallelism. Polly can be loaded directly into Clang and there was an automatic scheduling optimizer as well for performing loop transformations. Since the LLVM 3.1 release, there's been more Polly improvements building up for LLVM 3.2 this December.

In July, the Polly Polyhderal optimizer was modified so that it could be directly linked to the PLUTO optimizer. The PLUTO Compiler project page describes itself as "an automatic parallelization tool based on the polyhedral model. The polyhedral model for compiler optimization provides an abstraction to perform high-level transformations such as loop-nest optimization and parallelization on affine loop nests. Pluto transforms C programs from source to source for coarse-grained parallelism and data locality simultaneously. The core transformation framework mainly works by finding affine transformations for efficient tiling and fusion, but not limited to those."

Polly could already handle PLUTO-like optimizations with a similar algorithm having existed within the project's code-base, but now PLUTO can be directly linked to from Polly. "Being able to directly compare with the original implementation will not only bring in competition in the optimizer field. It will also allow new experiments with a cutting edge research tool."

Another milestone for Polly happened last month when experimental support was committed for the new ISL code generator. The new ISL code generator gives direct control over items like loop unrolling, control overhead, and code size. ISL was also relicensed to MIT in the process, but does depend upon the GPL-licensed GMP library. However, developers do hope to replace the GPL GMP code with something more liberally licensed. "The use of GMP is limited to a well defined interface. Replacing it with a BSD licensed replacement is a tractable engineering project we would be very interested in."

The Integer Set Library (ISL) work is described in the manual (PDF). "isl is a thread-safe C library for manipulating sets and relations of integer points bounded by affine constraints. The descriptions of the sets and relations may involve both parameters and existentially quantified variables. All computations are performed in exact integer arithmetic using GMP. The isl library offers functionality that is similar to that offered by the Omega and Omega+ libraries, but the underlying algorithms are in most cases completely different."

More information on the LLVM Polly work can be found via its project page.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. The Cost Of Ubuntu Disk Encryption
  2. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  3. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  4. F2FS File-System Shows Regressions On Linux 3.10
Latest Linux News
  1. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  2. Handbrake 0.9.9 Supports OpenCL Offloading
  3. Freedreno Gallium3D Now Banging The Adreno A3XX
  4. Jolla Announces Their First Phone
  5. Mageia 3 Released, Still Using Legacy GRUB
  6. NetBSD 6.1 Brings In More Features
  7. Using Six Monitors With AMD's Open-Source Linux Driver
  8. Benchmarking The Intel P-State, CPUfreq Changes
  9. FreeBSD Still Working On Next-Gen Package Manager
  10. DNF Still Advancing As Experimental Yum For Fedora
  11. Logitech Begins Supporting Linux Users
Latest Forum Talk
  1. Mageia 3 Released, Still Using Legacy GRUB
  2. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  3. Ubuntu To Look At Replacing Firefox With Chromium
  4. FreeBSD Still Working On Next-Gen Package Manager
  5. Intel Commits More Mesa Performance Optimizations
  6. OpenSUSE Considers Replacing LXDE With E17
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite