[llvm-dev] [Machine IR] Analyzing Assembly Source Code in MIR passes

Lele Ma via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 20 18:36:45 PST 2019


Dear LLVM developers,

My goal is to write LLVM Machine IR (MIR) passes to analyze the assembly
source code. But it seems I need to find a way to translate the handwritten
assembly code into MIR format first.

Is there any materials, or any modules in LLVM source code, that can help
to translate assembly code into LLVM MIR for analysis?

Or is there any easier ways to analyze assembly code in MIR passes without
translating it?

Best Regards,
Lele Ma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191120/0629bdee/attachment.html>


More information about the llvm-dev mailing list