Testing LLVM Clang 3.5's Code Generation Optimizations

Written by Michael Larabel in Software on 28 June 2014 at 12:18 PM EDT. Page 3 of 5. 3 Comments.
LLVM Clang 3.5 Optimization Level Benchmarks

With GraphicsMagick image resizing we were back to experiencing a performance drop when passing the -march=native flag. Between -O1 and -Ofast wasn't much of a change in performance for this test.

LLVM Clang 3.5 Optimization Level Benchmarks
LLVM Clang 3.5 Optimization Level Benchmarks

The optimizations look good for the HWB Color Space conversion test along with Local Adaptive Thresholding.

LLVM Clang 3.5 Optimization Level Benchmarks

Only basic compiler optimizations were of benefit to Himeno.


Related Articles