Skip to content

Files

Latest commit

308a790 · Jul 1, 2024

History

History

Repurposing LLVM analyses in MLIR: Also there and back again across the Tower of IRs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 1, 2024
Jul 1, 2024

Repurposing LLVM analyses in MLIR: Also there and back again across the Tower of IRs

LLVM IR boasts a rich history of tools and analyses, but with the emerging rise of MLIR, there is a challenge of transitioning these valuable legacy analyses to the new representation. Ideally, we would not have to touch them at all and repurpose them in MLIR seamlessly. Imagine being able to relate your analysis outcomes from LLVM IR directly to your MLIR dialect – pretty cool, right? In this talk, I will walk you through a solution that allows us to achieve precisely that using what we call a "tower of IRs," connecting LLVM representation to the desired MLIR dialect.

Resources:

Presented at:

Authored by:

  • Henrich Lauko