ghc-9.6.7.20250817: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.