LLVM 3.3 Improves Its Loop Vectorizer

Posted by Michael Larabel on February 15, 2013

The release of LLVM 3.3 is still months away, but one of its features already are notable improvements to its loop vectorizer.

Introduced in LLVM 3.2 was a loop vectorizer. From the earlier Phoronix article on the subject, "The LLVM Loop Vectorizer is the second vectorizer for the compiler infrastructure after its Basic Block Vectorizer for dealing with straight-line code. The Loop Vectorizer is meant to widen instructions in an original loop for operating on multiple consecutive loop iterations. As mentioned in the earlier Phoronix articles on the subject, this feature isn't enabled by default with the forthcoming LLVM 3.2 but can be flipped on via the -mllvm -vectorize-loops compiler switches." The functionality has also been described by LLVM developers.

I did run benchmarks of the LLVM Loop Vectorizer back in December and it could enhance the performance for some workloads. There's previously been talk of enabling the vectorizer by default in LLVM 3.3, but that hasn't happened yet.

What has happened in the code-base of LLVM 3.3 are a number of improvements to this loop vectorizer. With the latest development code, the LLVM 3.3 Loop Vectorizer now supports loops with an unknown trip count, run-time checks of pointers, reductions/inductions, if conversions, pointer induction variables, reverse iterators, vectorization of mixed types, vectorization of function calls, and partial unrolling during vectorization.

These LLVM 3.3 improvements should allow the loop vectorizer to be used more widely and applicable to more code-bases. Benchmarks of the LLVM Loop Vectorizer improvements are forthcoming as we begin to look at the LLVM/Clang 3.3 performance changes at Phoronix.

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.
  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