Provably Correct Peephole Optimizations with Alive

  • Nuno Lopes ,
  • David Menendez ,
  • Santosh Nagarakatte ,
  • John Regehr

PLDI'15, Portland, OR, USA |

Published by ACM

Publication

Compilers should not miscompile. Our work addresses problems in developing peephole optimizations that perform local rewriting to improve the efficiency of LLVM code. These optimizations are individually difficult to get right, particularly in the presence of undefined behavior; taken together they represent a persistent source of bugs. This paper presents Alive, a domain-specific language for writing optimizations and for automatically either proving them correct or else generating counterexamples. Furthermore, Alive can be automatically translated into C++ code that is suitable for inclusion in an LLVM optimization pass. Alive is based on an attempt to balance usability and formal methods; for example, it captures—but largely hides—the detailed semantics of three different kinds of undefined behavior in LLVM. We have translated more than 300 LLVM optimizations into Alive and, in the process, found that eight of them were wrong.

Provably Correct Peephole Optimizations with Alive (PLDI ’15)

Video abstract for PLDI 2015 paper. Produced by Neeltje Berger and Natalya Butterworth (Microsoft Research).