IPSJ Transactions on System and LSI Design Methodology
Online ISSN : 1882-6687
ISSN-L : 1882-6687
Detecting Arithmetic Optimization Opportunities for C Compilers by Randomly Generated Equivalent Programs
Atsushi HashimotoNagisa Ishiura
Author information
JOURNAL FREE ACCESS

2016 Volume 9 Pages 21-29

Details
Abstract

This paper presents new methods of detecting missed arithmetic optimization opportunities for C compilers by random testing. For each iteration of random testing, two equivalent programs are generated, where the arithmetic expressions in the second program are more optimized in the C program level. By comparing the two assembly codes compiled from the two C programs, lack of optimization on either of the programs is detected. This method is further extended for detecting erroneous or insufficient optimization involving volatile variables. Two random programs differing only on the initial values for volatile variables are generated, and the resulting assembly codes are compared. Random test systems implemented based on the proposed methods have detected missed optimization opportunities on several compilers, including the latest development versions of GCC-5.0.0 and LLVM/Clang-3.6.

Content from these authors
© 2016 by the Information Processing Society of Japan
Previous article Next article
feedback
Top