Join Slack
Powered by
Is there a way to dump IR, possibly a online servi...
# announcements
a
Animesh Sahu
02/22/2021, 12:44 PM
Is there a way to dump IR, possibly a online service or something? playground doesn't seem to have any options regarding...
y
Youssef Shoaib [MOD]
02/22/2021, 2:44 PM
If you're already developing a compiler plugin, there's
IrElement.dump()
This should also provide you with more info:
https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-2
16
Views
Open in Slack
Previous
Next