Skip to content

Latest commit

 

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

..
 
 
 
 

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