@inproceedings{f23e2bb86a574c3f93f947c802983f60,
title = "Modeling Universal Instruction Selection",
abstract = "Instruction selection implements a program under compilation by selecting processor instructions and has tremendous impact on the performance of the code generated by a compiler. This paper introduces a graph-based universal representation that unifies data and control flow for both programs and processor instructions. The representation is the essential prerequisite for a constraint model for instruction selection introduced in this paper. The model is demonstrated to be expressive in that it supports many processor features that are out of reach of state-of-the-art approaches, such as advanced branching instructions, multiple register banks, and SIMD instructions. The resulting model can be solved for small to medium size input programs and sophisticated processor instructions and is competitive with LLVM in code quality. Model and representation are significant due to their expressiveness and their potential to be combined with models for other code generation tasks.",
author = "{Hjort Blindell}, Gabriel and {Casta{\~n}eda Lozano}, Roberto and Mats Carlsson and Christian Schulte",
year = "2015",
month = aug,
day = "15",
doi = "10.1007/978-3-319-23219-5_42",
language = "English",
isbn = "978-3-319-23218-8",
series = "Lecture Notes in Computer Science (LNCS)",
publisher = "Springer",
pages = "609--626",
editor = "Gilles Pesant",
booktitle = "Principles and Practice of Constraint Programming",
note = "21st International Conference on Principles and Practice of Constraint Programming (CP 2015) ; Conference date: 31-08-2015 Through 04-09-2015",
}