[llvm-dev] LLVM transformation

Yingtong Liu via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 20 09:32:10 PDT 2018


Hi all,

I want to split a function into multiple functions in the IR file.
Specifically, If there is a function that has many switch cases, I want add
a new function for each switch case. I wonder if there is any
transformation pass in llvm will do that? Do I have to write a new
customized llvm transformation pass for this case? Appreciate your help.
Thank.

Best,
Ying
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180320/098a0b63/attachment.html>


More information about the llvm-dev mailing list