2019-08-22 10:15:33 +00:00
|
|
|
Setting inferred volatile on symbol affected by address-of (dword*~) main::$0 ← & (dword) main::long_ptr
|
|
|
|
|
|
|
|
CONTROL FLOW GRAPH SSA
|
|
|
|
@begin: scope:[] from
|
|
|
|
to:@1
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-08-22 10:15:33 +00:00
|
|
|
main: scope:[main] from @1
|
|
|
|
(dword) main::long_ptr#0 ← (number) $12345678
|
|
|
|
(dword*~) main::$0 ← & (dword) main::long_ptr#0
|
|
|
|
(byte~) main::$1 ← < (dword*~) main::$0
|
|
|
|
(byte) main::long_ptr_zp#0 ← (byte~) main::$1
|
|
|
|
asm { nop lda(long_ptr_zp),y sta$ff }
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
|
|
|
return
|
|
|
|
to:@return
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
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
|
|
|
|
(void()) main()
|
|
|
|
(dword*~) main::$0
|
|
|
|
(byte~) main::$1
|
|
|
|
(label) main::@return
|
|
|
|
(dword) main::long_ptr
|
|
|
|
(dword) main::long_ptr#0
|
|
|
|
(byte) main::long_ptr_zp
|
|
|
|
(byte) main::long_ptr_zp#0
|
|
|
|
|
|
|
|
Adding number conversion cast (unumber) $12345678 in (dword) main::long_ptr#0 ← (number) $12345678
|
|
|
|
Successful SSA optimization PassNAddNumberTypeConversions
|
|
|
|
Inlining cast (dword) main::long_ptr#0 ← (unumber)(number) $12345678
|
|
|
|
Successful SSA optimization Pass2InlineCast
|
|
|
|
Simplifying constant integer cast $12345678
|
|
|
|
Successful SSA optimization PassNCastSimplification
|
|
|
|
Finalized unsigned number type (dword) $12345678
|
|
|
|
Successful SSA optimization PassNFinalizeNumberTypeConversions
|
|
|
|
Alias (byte) main::long_ptr_zp#0 = (byte~) main::$1
|
|
|
|
Successful SSA optimization Pass2AliasElimination
|
|
|
|
Constant right-side identified [1] (dword*~) main::$0 ← & (dword) main::long_ptr#0
|
|
|
|
Successful SSA optimization Pass2ConstantRValueConsolidation
|
|
|
|
Constant (const dword*) main::$0 = &main::long_ptr#0
|
|
|
|
Successful SSA optimization Pass2ConstantIdentification
|
|
|
|
Constant right-side identified [1] (byte) main::long_ptr_zp#0 ← < (const dword*) main::$0
|
|
|
|
Successful SSA optimization Pass2ConstantRValueConsolidation
|
|
|
|
Constant (const byte) main::long_ptr_zp#0 = <main::$0
|
|
|
|
Successful SSA optimization Pass2ConstantIdentification
|
|
|
|
Constant inlined main::$0 = &(dword) main::long_ptr#0
|
|
|
|
Successful SSA optimization Pass2ConstantInlining
|
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @2
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
CALL GRAPH
|
|
|
|
Calls in [] to main:2
|
|
|
|
|
|
|
|
Created 0 initial phi equivalence classes
|
|
|
|
Coalesced down to 0 phi equivalence classes
|
|
|
|
Culled Empty Block (label) @2
|
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
|
|
|
|
FINAL CONTROL FLOW GRAPH
|
|
|
|
@begin: scope:[] from
|
|
|
|
[0] phi()
|
|
|
|
to:@1
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
[1] phi()
|
|
|
|
[2] call main
|
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @1
|
|
|
|
[3] phi()
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-08-22 10:15:33 +00:00
|
|
|
main: scope:[main] from @1
|
|
|
|
[4] (dword) main::long_ptr#0 ← (dword) $12345678
|
|
|
|
asm { nop lda(long_ptr_zp),y sta$ff }
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
|
|
|
[6] return
|
|
|
|
to:@return
|
|
|
|
|
|
|
|
|
|
|
|
VARIABLE REGISTER WEIGHTS
|
|
|
|
(void()) main()
|
|
|
|
(dword) main::long_ptr
|
|
|
|
(dword) main::long_ptr#0 20.0
|
|
|
|
(byte) main::long_ptr_zp
|
|
|
|
|
|
|
|
Initial phi equivalence classes
|
|
|
|
Complete equivalence classes
|
|
|
|
[ main::long_ptr#0 ]
|
|
|
|
Allocated zp ZP_DWORD:2 [ main::long_ptr#0 ]
|
|
|
|
|
|
|
|
INITIAL ASM
|
2019-09-08 00:29:17 +00:00
|
|
|
Target platform is c64basic / MOS6502X
|
2019-08-22 10:15:33 +00:00
|
|
|
// File Comments
|
|
|
|
// Tests creating a long (32bit) pointer on zeropage for 45GS02 flat memory access
|
|
|
|
// Upstart
|
|
|
|
.pc = $801 "Basic"
|
2019-09-29 21:13:37 +00:00
|
|
|
:BasicUpstart(__bbegin)
|
2019-08-22 10:15:33 +00:00
|
|
|
.pc = $80d "Program"
|
|
|
|
// Global Constants & labels
|
|
|
|
// @begin
|
2019-09-29 21:13:37 +00:00
|
|
|
__bbegin:
|
2019-08-22 10:15:33 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1_from___bbegin:
|
|
|
|
jmp __b1
|
2019-08-22 10:15:33 +00:00
|
|
|
// @1
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1:
|
2019-08-22 10:15:33 +00:00
|
|
|
// [2] call main
|
|
|
|
jsr main
|
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend_from___b1:
|
|
|
|
jmp __bend
|
2019-08-22 10:15:33 +00:00
|
|
|
// @end
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend:
|
2019-08-22 10:15:33 +00:00
|
|
|
// main
|
|
|
|
main: {
|
|
|
|
.const long_ptr_zp = <long_ptr
|
|
|
|
.label long_ptr = 2
|
|
|
|
// [4] (dword) main::long_ptr#0 ← (dword) $12345678 -- vduz1=vduc1
|
|
|
|
lda #<$12345678
|
|
|
|
sta.z long_ptr
|
|
|
|
lda #>$12345678
|
|
|
|
sta.z long_ptr+1
|
|
|
|
lda #<$12345678>>$10
|
|
|
|
sta.z long_ptr+2
|
|
|
|
lda #>$12345678>>$10
|
|
|
|
sta.z long_ptr+3
|
|
|
|
// asm { nop lda(long_ptr_zp),y sta$ff }
|
|
|
|
nop
|
|
|
|
lda (long_ptr_zp),y
|
|
|
|
sta.z $ff
|
2019-09-29 21:13:37 +00:00
|
|
|
jmp __breturn
|
2019-08-22 10:15:33 +00:00
|
|
|
// main::@return
|
2019-09-29 21:13:37 +00:00
|
|
|
__breturn:
|
2019-08-22 10:15:33 +00:00
|
|
|
// [6] return
|
|
|
|
rts
|
|
|
|
}
|
|
|
|
// File Data
|
|
|
|
|
|
|
|
REGISTER UPLIFT POTENTIAL REGISTERS
|
|
|
|
Statement [4] (dword) main::long_ptr#0 ← (dword) $12345678 [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
Statement asm { nop lda(long_ptr_zp),y sta$ff } always clobbers reg byte a
|
|
|
|
Potential registers zp ZP_DWORD:2 [ main::long_ptr#0 ] : zp ZP_DWORD:2 ,
|
|
|
|
|
|
|
|
REGISTER UPLIFT SCOPES
|
|
|
|
Uplift Scope [main] 20: zp ZP_DWORD:2 [ main::long_ptr#0 ]
|
|
|
|
Uplift Scope []
|
|
|
|
|
|
|
|
Uplifting [main] best 51 combination zp ZP_DWORD:2 [ main::long_ptr#0 ]
|
|
|
|
Uplifting [] best 51 combination
|
|
|
|
|
|
|
|
ASSEMBLER BEFORE OPTIMIZATION
|
|
|
|
// File Comments
|
|
|
|
// Tests creating a long (32bit) pointer on zeropage for 45GS02 flat memory access
|
|
|
|
// Upstart
|
|
|
|
.pc = $801 "Basic"
|
2019-09-29 21:13:37 +00:00
|
|
|
:BasicUpstart(__bbegin)
|
2019-08-22 10:15:33 +00:00
|
|
|
.pc = $80d "Program"
|
|
|
|
// Global Constants & labels
|
|
|
|
// @begin
|
2019-09-29 21:13:37 +00:00
|
|
|
__bbegin:
|
2019-08-22 10:15:33 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1_from___bbegin:
|
|
|
|
jmp __b1
|
2019-08-22 10:15:33 +00:00
|
|
|
// @1
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1:
|
2019-08-22 10:15:33 +00:00
|
|
|
// [2] call main
|
|
|
|
jsr main
|
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend_from___b1:
|
|
|
|
jmp __bend
|
2019-08-22 10:15:33 +00:00
|
|
|
// @end
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend:
|
2019-08-22 10:15:33 +00:00
|
|
|
// main
|
|
|
|
main: {
|
|
|
|
.const long_ptr_zp = <long_ptr
|
|
|
|
.label long_ptr = 2
|
|
|
|
// [4] (dword) main::long_ptr#0 ← (dword) $12345678 -- vduz1=vduc1
|
|
|
|
lda #<$12345678
|
|
|
|
sta.z long_ptr
|
|
|
|
lda #>$12345678
|
|
|
|
sta.z long_ptr+1
|
|
|
|
lda #<$12345678>>$10
|
|
|
|
sta.z long_ptr+2
|
|
|
|
lda #>$12345678>>$10
|
|
|
|
sta.z long_ptr+3
|
|
|
|
// asm { nop lda(long_ptr_zp),y sta$ff }
|
|
|
|
nop
|
|
|
|
lda (long_ptr_zp),y
|
|
|
|
sta.z $ff
|
2019-09-29 21:13:37 +00:00
|
|
|
jmp __breturn
|
2019-08-22 10:15:33 +00:00
|
|
|
// main::@return
|
2019-09-29 21:13:37 +00:00
|
|
|
__breturn:
|
2019-08-22 10:15:33 +00:00
|
|
|
// [6] return
|
|
|
|
rts
|
|
|
|
}
|
|
|
|
// File Data
|
|
|
|
|
|
|
|
ASSEMBLER OPTIMIZATIONS
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction jmp __b1
|
|
|
|
Removing instruction jmp __bend
|
|
|
|
Removing instruction jmp __breturn
|
2019-08-22 10:15:33 +00:00
|
|
|
Succesful ASM optimization Pass5NextJumpElimination
|
2019-09-29 21:13:37 +00:00
|
|
|
Replacing label __bbegin with __b1
|
|
|
|
Removing instruction __bbegin:
|
|
|
|
Removing instruction __b1_from___bbegin:
|
|
|
|
Removing instruction __bend_from___b1:
|
2019-08-22 10:15:33 +00:00
|
|
|
Succesful ASM optimization Pass5RedundantLabelElimination
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction __bend:
|
|
|
|
Removing instruction __breturn:
|
2019-08-22 10:15:33 +00:00
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
Updating BasicUpstart to call main directly
|
|
|
|
Removing instruction jsr main
|
|
|
|
Succesful ASM optimization Pass5SkipBegin
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction __b1:
|
2019-08-22 10:15:33 +00:00
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
|
|
|
|
FINAL SYMBOL TABLE
|
|
|
|
(label) @1
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(void()) main()
|
|
|
|
(label) main::@return
|
|
|
|
(dword) main::long_ptr
|
|
|
|
(dword) main::long_ptr#0 long_ptr zp ZP_DWORD:2 20.0
|
|
|
|
(byte) main::long_ptr_zp
|
|
|
|
(const byte) main::long_ptr_zp#0 long_ptr_zp = <&(dword) main::long_ptr#0
|
|
|
|
|
|
|
|
zp ZP_DWORD:2 [ main::long_ptr#0 ]
|
|
|
|
|
|
|
|
|
|
|
|
FINAL ASSEMBLER
|
|
|
|
Score: 36
|
|
|
|
|
|
|
|
// File Comments
|
|
|
|
// Tests creating a long (32bit) pointer on zeropage for 45GS02 flat memory access
|
|
|
|
// Upstart
|
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(main)
|
|
|
|
.pc = $80d "Program"
|
|
|
|
// Global Constants & labels
|
|
|
|
// @begin
|
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
|
|
|
// @1
|
|
|
|
// [2] call main
|
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
|
|
|
// @end
|
|
|
|
// main
|
|
|
|
main: {
|
|
|
|
.const long_ptr_zp = <long_ptr
|
|
|
|
.label long_ptr = 2
|
|
|
|
// long_ptr = 0x12345678
|
|
|
|
// [4] (dword) main::long_ptr#0 ← (dword) $12345678 -- vduz1=vduc1
|
|
|
|
lda #<$12345678
|
|
|
|
sta.z long_ptr
|
|
|
|
lda #>$12345678
|
|
|
|
sta.z long_ptr+1
|
|
|
|
lda #<$12345678>>$10
|
|
|
|
sta.z long_ptr+2
|
|
|
|
lda #>$12345678>>$10
|
|
|
|
sta.z long_ptr+3
|
|
|
|
// asm
|
|
|
|
// asm { nop lda(long_ptr_zp),y sta$ff }
|
|
|
|
nop
|
|
|
|
lda (long_ptr_zp),y
|
|
|
|
sta.z $ff
|
|
|
|
// main::@return
|
|
|
|
// }
|
|
|
|
// [6] return
|
|
|
|
rts
|
|
|
|
}
|
|
|
|
// File Data
|
|
|
|
|