compiler.cfg.debugger: add ssa. word to print IR before representation selection runs
parent
0fbf454b18
commit
5236f327ba
|
@ -74,8 +74,9 @@ M: insn insn. tuple>array but-last [ bl ] [ pprint ] interleave nl ;
|
|||
: mrs. ( mrs -- )
|
||||
[ nl ] [ mr. ] interleave ;
|
||||
|
||||
: flat. ( quot -- ) test-flat mrs. ; inline
|
||||
: regs. ( quot -- ) test-regs mrs. ; inline
|
||||
: ssa. ( quot -- ) test-ssa mrs. ;
|
||||
: flat. ( quot -- ) test-flat mrs. ;
|
||||
: regs. ( quot -- ) test-regs mrs. ;
|
||||
|
||||
! Prettyprinting
|
||||
: pprint-loc ( loc word -- ) <block pprint-word n>> pprint* block> ;
|
||||
|
|
Loading…
Reference in New Issue