1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-20 02:32:36 +00:00
kickc/src/test/ref/test-kasm-pc.log

337 lines
9.6 KiB
Plaintext
Raw Normal View History

Identified constant variable (byte*) TABLE
Identified constant variable (byte*) main::BORDERCOL
2019-05-30 20:29:04 +00:00
Culled Empty Block (label) main::@4
Culled Empty Block (label) main::@3
Culled Empty Block (label) main::@5
Culled Empty Block (label) main::@6
2018-12-28 23:55:34 +00:00
CONTROL FLOW GRAPH SSA
@begin: scope:[] from
(byte*) TABLE ← ((byte*)) (number) $2000
2018-12-28 23:55:34 +00:00
to:@1
(void()) main()
2018-12-28 23:55:34 +00:00
main: scope:[main] from @1
(byte*) main::BORDERCOL ← ((byte*)) (number) $d020
2019-05-30 20:29:04 +00:00
(byte) main::i#0 ← (number) 0
2018-12-28 23:55:34 +00:00
to:main::@1
main::@1: scope:[main] from main main::@2
(byte) main::i#3 ← phi( main/(byte) main::i#0 main::@2/(byte) main::i#1 )
if(true) goto main::@2
to:main::@return
main::@2: scope:[main] from main::@1
(byte) main::i#2 ← phi( main::@1/(byte) main::i#3 )
*((byte*) main::BORDERCOL) ← *((byte*) TABLE + (byte) main::i#2)
2018-12-28 23:55:34 +00:00
(byte) main::i#1 ← ++ (byte) main::i#2
to:main::@1
main::@return: scope:[main] from main::@1
return
to:@return
@1: scope:[] from @begin
kickasm(location (byte*) TABLE) {{ .byte 1, 2, 3
2018-12-28 23:55:34 +00:00
}}
call main
to:@2
@2: scope:[] from @1
to:@end
@end: scope:[] from @2
SYMBOL TABLE SSA
(label) @1
(label) @2
(label) @begin
(label) @end
(byte*) TABLE
(void()) main()
(label) main::@1
(label) main::@2
(label) main::@return
(byte*) main::BORDERCOL
(byte) main::i
(byte) main::i#0
(byte) main::i#1
(byte) main::i#2
(byte) main::i#3
2019-05-30 20:29:04 +00:00
Adding number conversion cast (unumber) 0 in (byte) main::i#0 ← (number) 0
Successful SSA optimization PassNAddNumberTypeConversions
Inlining cast (byte*) TABLE ← (byte*)(number) $2000
Inlining cast (byte*) main::BORDERCOL ← (byte*)(number) $d020
2019-05-30 20:29:04 +00:00
Inlining cast (byte) main::i#0 ← (unumber)(number) 0
Successful SSA optimization Pass2InlineCast
Simplifying constant pointer cast (byte*) 8192
Simplifying constant pointer cast (byte*) 53280
Simplifying constant integer cast 0
Successful SSA optimization PassNCastSimplification
Finalized unsigned number type (byte) 0
Successful SSA optimization PassNFinalizeNumberTypeConversions
2018-12-28 23:55:34 +00:00
Alias (byte) main::i#2 = (byte) main::i#3
Successful SSA optimization Pass2AliasElimination
Constant (const byte*) TABLE = (byte*) 8192
Constant (const byte*) main::BORDERCOL = (byte*) 53280
2018-12-28 23:55:34 +00:00
Constant (const byte) main::i#0 = 0
Successful SSA optimization Pass2ConstantIdentification
2019-05-30 20:29:04 +00:00
if() condition always true - replacing block destination [4] if(true) goto main::@2
2018-12-28 23:55:34 +00:00
Successful SSA optimization Pass2ConstantIfs
Removing unused block main::@return
Successful SSA optimization Pass2EliminateUnusedBlocks
Inlining constant with var siblings (const byte) main::i#0
2019-05-30 20:29:04 +00:00
Constant inlined main::i#0 = (byte) 0
2018-12-28 23:55:34 +00:00
Successful SSA optimization Pass2ConstantInlining
Adding NOP phi() at start of @begin
2019-05-30 20:29:04 +00:00
Adding NOP phi() at start of @2
2018-12-28 23:55:34 +00:00
Adding NOP phi() at start of @end
Adding NOP phi() at start of main
CALL GRAPH
Calls in [] to main:2
Created 1 initial phi equivalence classes
2019-05-30 20:29:04 +00:00
Coalesced [9] main::i#4 ← main::i#1
2018-12-28 23:55:34 +00:00
Coalesced down to 1 phi equivalence classes
2019-05-30 20:29:04 +00:00
Culled Empty Block (label) @2
2018-12-28 23:55:34 +00:00
Adding NOP phi() at start of @begin
Adding NOP phi() at start of @end
Adding NOP phi() at start of main
FINAL CONTROL FLOW GRAPH
@begin: scope:[] from
[0] phi()
to:@1
@1: scope:[] from @begin
kickasm(location (const byte*) TABLE) {{ .byte 1, 2, 3
2018-12-28 23:55:34 +00:00
}}
[2] call main
to:@end
@end: scope:[] from @1
[3] phi()
(void()) main()
2018-12-28 23:55:34 +00:00
main: scope:[main] from @1
[4] phi()
to:main::@1
main::@1: scope:[main] from main main::@2
2019-05-30 20:29:04 +00:00
[5] (byte) main::i#2 ← phi( main/(byte) 0 main::@2/(byte) main::i#1 )
2018-12-28 23:55:34 +00:00
to:main::@2
main::@2: scope:[main] from main::@1
[6] *((const byte*) main::BORDERCOL) ← *((const byte*) TABLE + (byte) main::i#2)
2018-12-28 23:55:34 +00:00
[7] (byte) main::i#1 ← ++ (byte) main::i#2
to:main::@1
VARIABLE REGISTER WEIGHTS
(void()) main()
(byte) main::i
(byte) main::i#1 22.0
(byte) main::i#2 16.5
Initial phi equivalence classes
[ main::i#2 main::i#1 ]
Complete equivalence classes
[ main::i#2 main::i#1 ]
Allocated zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
INITIAL ASM
Target platform is c64basic / MOS6502X
// File Comments
2019-02-17 23:12:29 +00:00
// Test inline KickAssembler code with PC location specification
// Upstart
2018-12-28 23:55:34 +00:00
.pc = $801 "Basic"
:BasicUpstart(__bbegin)
2018-12-28 23:55:34 +00:00
.pc = $80d "Program"
// Global Constants & labels
2018-12-28 23:55:34 +00:00
.label TABLE = $2000
// @begin
__bbegin:
jmp __b1
// @1
__b1:
// kickasm(location (const byte*) TABLE) {{ .byte 1, 2, 3 }}
// [2] call main
// [4] phi from @1 to main [phi:@1->main]
main_from___b1:
2018-12-28 23:55:34 +00:00
jsr main
// [3] phi from @1 to @end [phi:@1->@end]
__bend_from___b1:
jmp __bend
// @end
__bend:
// main
2018-12-28 23:55:34 +00:00
main: {
.label BORDERCOL = $d020
.label i = 2
// [5] phi from main to main::@1 [phi:main->main::@1]
__b1_from_main:
// [5] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuz1=vbuc1
2018-12-28 23:55:34 +00:00
lda #0
sta.z i
jmp __b1
// main::@1
__b1:
jmp __b2
// main::@2
__b2:
// [6] *((const byte*) main::BORDERCOL) ← *((const byte*) TABLE + (byte) main::i#2) -- _deref_pbuc1=pbuc2_derefidx_vbuz1
ldy.z i
2018-12-28 23:55:34 +00:00
lda TABLE,y
sta BORDERCOL
// [7] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuz1=_inc_vbuz1
inc.z i
// [5] phi from main::@2 to main::@1 [phi:main::@2->main::@1]
__b1_from___b2:
// [5] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@2->main::@1#0] -- register_copy
jmp __b1
2018-12-28 23:55:34 +00:00
}
// File Data
2018-12-28 23:55:34 +00:00
.pc = TABLE "TABLE"
.byte 1, 2, 3
REGISTER UPLIFT POTENTIAL REGISTERS
Statement [6] *((const byte*) main::BORDERCOL) ← *((const byte*) TABLE + (byte) main::i#2) [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
2018-12-28 23:55:34 +00:00
Removing always clobbered register reg byte a as potential for zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
Statement [6] *((const byte*) main::BORDERCOL) ← *((const byte*) TABLE + (byte) main::i#2) [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
2018-12-28 23:55:34 +00:00
Potential registers zp ZP_BYTE:2 [ main::i#2 main::i#1 ] : zp ZP_BYTE:2 , reg byte x , reg byte y ,
REGISTER UPLIFT SCOPES
Uplift Scope [main] 38.5: zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
Uplift Scope []
Uplifting [main] best 2814 combination reg byte x [ main::i#2 main::i#1 ]
Uplifting [] best 2814 combination
ASSEMBLER BEFORE OPTIMIZATION
// File Comments
2019-02-17 23:12:29 +00:00
// Test inline KickAssembler code with PC location specification
// Upstart
2018-12-28 23:55:34 +00:00
.pc = $801 "Basic"
:BasicUpstart(__bbegin)
2018-12-28 23:55:34 +00:00
.pc = $80d "Program"
// Global Constants & labels
2018-12-28 23:55:34 +00:00
.label TABLE = $2000
// @begin
__bbegin:
jmp __b1
// @1
__b1:
// kickasm(location (const byte*) TABLE) {{ .byte 1, 2, 3 }}
// [2] call main
// [4] phi from @1 to main [phi:@1->main]
main_from___b1:
2018-12-28 23:55:34 +00:00
jsr main
// [3] phi from @1 to @end [phi:@1->@end]
__bend_from___b1:
jmp __bend
// @end
__bend:
// main
2018-12-28 23:55:34 +00:00
main: {
.label BORDERCOL = $d020
// [5] phi from main to main::@1 [phi:main->main::@1]
__b1_from_main:
// [5] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1
2018-12-28 23:55:34 +00:00
ldx #0
jmp __b1
// main::@1
__b1:
jmp __b2
// main::@2
__b2:
// [6] *((const byte*) main::BORDERCOL) ← *((const byte*) TABLE + (byte) main::i#2) -- _deref_pbuc1=pbuc2_derefidx_vbuxx
2018-12-28 23:55:34 +00:00
lda TABLE,x
sta BORDERCOL
// [7] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx
2018-12-28 23:55:34 +00:00
inx
// [5] phi from main::@2 to main::@1 [phi:main::@2->main::@1]
__b1_from___b2:
// [5] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@2->main::@1#0] -- register_copy
jmp __b1
2018-12-28 23:55:34 +00:00
}
// File Data
2018-12-28 23:55:34 +00:00
.pc = TABLE "TABLE"
.byte 1, 2, 3
ASSEMBLER OPTIMIZATIONS
Removing instruction jmp __b1
Removing instruction jmp __bend
Removing instruction jmp __b1
Removing instruction jmp __b2
2018-12-28 23:55:34 +00:00
Succesful ASM optimization Pass5NextJumpElimination
Replacing label __bbegin with __b1
Replacing label __b1 with __b2
Removing instruction __bbegin:
Removing instruction main_from___b1:
Removing instruction __bend_from___b1:
Removing instruction __b1:
2018-12-28 23:55:34 +00:00
Succesful ASM optimization Pass5RedundantLabelElimination
Removing instruction __bend:
Removing instruction __b1_from_main:
Removing instruction __b1_from___b2:
2018-12-28 23:55:34 +00:00
Succesful ASM optimization Pass5UnusedLabelElimination
Updating BasicUpstart to call main directly
Removing instruction jsr main
Succesful ASM optimization Pass5SkipBegin
Removing instruction __b1:
2018-12-28 23:55:34 +00:00
Succesful ASM optimization Pass5UnusedLabelElimination
FINAL SYMBOL TABLE
(label) @1
(label) @begin
(label) @end
(const byte*) TABLE TABLE = (byte*) 8192
2018-12-28 23:55:34 +00:00
(void()) main()
(label) main::@1
(label) main::@2
(const byte*) main::BORDERCOL BORDERCOL = (byte*) 53280
2018-12-28 23:55:34 +00:00
(byte) main::i
(byte) main::i#1 reg byte x 22.0
(byte) main::i#2 reg byte x 16.5
reg byte x [ main::i#2 main::i#1 ]
FINAL ASSEMBLER
Score: 2715
// File Comments
2019-02-17 23:12:29 +00:00
// Test inline KickAssembler code with PC location specification
// Upstart
2018-12-28 23:55:34 +00:00
.pc = $801 "Basic"
:BasicUpstart(main)
.pc = $80d "Program"
// Global Constants & labels
2018-12-28 23:55:34 +00:00
.label TABLE = $2000
// @begin
// @1
// kickasm
// kickasm(location (const byte*) TABLE) {{ .byte 1, 2, 3 }}
// [2] call main
// [4] phi from @1 to main [phi:@1->main]
// [3] phi from @1 to @end [phi:@1->@end]
// @end
// main
2018-12-28 23:55:34 +00:00
main: {
.label BORDERCOL = $d020
// [5] phi from main to main::@1 [phi:main->main::@1]
// [5] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1
2018-12-28 23:55:34 +00:00
ldx #0
// main::@1
// main::@2
__b2:
// *BORDERCOL = TABLE[i++]
// [6] *((const byte*) main::BORDERCOL) ← *((const byte*) TABLE + (byte) main::i#2) -- _deref_pbuc1=pbuc2_derefidx_vbuxx
2018-12-28 23:55:34 +00:00
lda TABLE,x
sta BORDERCOL
// *BORDERCOL = TABLE[i++];
// [7] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx
2018-12-28 23:55:34 +00:00
inx
// [5] phi from main::@2 to main::@1 [phi:main::@2->main::@1]
// [5] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@2->main::@1#0] -- register_copy
jmp __b2
2018-12-28 23:55:34 +00:00
}
// File Data
2018-12-28 23:55:34 +00:00
.pc = TABLE "TABLE"
.byte 1, 2, 3