Description
Displays assembly, LLVM IR, and MIR generated from Rust source code. It helps developers understand optimization, code generation, and low-level compiler behavior.
Use it when investigating performance, generated instructions, or compiler transformations. The output is technical and depends on build flags, target CPU, and compiler version.