Is there a way to dump IR, possibly a online servi...
# announcements
a
Is there a way to dump IR, possibly a online service or something? playground doesn't seem to have any options regarding...
y
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