ghc-9.12: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.CmmToAsm.RV64.Ppr

Synopsis

Documentation

pprInstr :: IsDoc doc => Platform -> Instr -> doc Source #

Pretty-print an Instr

This function is partial and will panic if the Instr is not supported. This can happen due to invalid operands or unexpected meta instructions.