mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
One code change and several test changes to match that details in http://reviews.llvm.org/D9481 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -34,13 +34,13 @@ entry:
|
||||
; CHECK: %arrayidx.i = getelementptr inbounds float, float* %a, i64 7
|
||||
; CHECK: store float %1, float* %arrayidx.i, align 4, !noalias !16
|
||||
; CHECK: %2 = load float, float* %a, align 4, !alias.scope !16, !noalias !17
|
||||
; CHECK: %arrayidx.i.i1 = getelementptr inbounds float, float* %b, i64 5
|
||||
; CHECK: store float %2, float* %arrayidx.i.i1, align 4, !alias.scope !21, !noalias !22
|
||||
; CHECK: %arrayidx1.i.i2 = getelementptr inbounds float, float* %b, i64 8
|
||||
; CHECK: store float %2, float* %arrayidx1.i.i2, align 4, !alias.scope !23, !noalias !24
|
||||
; CHECK: %arrayidx.i.i.1 = getelementptr inbounds float, float* %b, i64 5
|
||||
; CHECK: store float %2, float* %arrayidx.i.i.1, align 4, !alias.scope !21, !noalias !22
|
||||
; CHECK: %arrayidx1.i.i.2 = getelementptr inbounds float, float* %b, i64 8
|
||||
; CHECK: store float %2, float* %arrayidx1.i.i.2, align 4, !alias.scope !23, !noalias !24
|
||||
; CHECK: %3 = load float, float* %a, align 4, !alias.scope !16
|
||||
; CHECK: %arrayidx.i3 = getelementptr inbounds float, float* %b, i64 7
|
||||
; CHECK: store float %3, float* %arrayidx.i3, align 4, !alias.scope !16
|
||||
; CHECK: %arrayidx.i.3 = getelementptr inbounds float, float* %b, i64 7
|
||||
; CHECK: store float %3, float* %arrayidx.i.3, align 4, !alias.scope !16
|
||||
; CHECK: ret void
|
||||
; CHECK: }
|
||||
|
||||
|
||||
@@ -61,8 +61,8 @@ entry:
|
||||
; CHECK: %arrayidx.i = getelementptr inbounds float, float* %a, i64 7
|
||||
; CHECK: store float %1, float* %arrayidx.i, align 4, !alias.scope !14, !noalias !13
|
||||
; CHECK: %2 = load float, float* %c, align 4, !noalias !15
|
||||
; CHECK: %arrayidx.i1 = getelementptr inbounds float, float* %a, i64 6
|
||||
; CHECK: store float %2, float* %arrayidx.i1, align 4, !alias.scope !19, !noalias !20
|
||||
; CHECK: %arrayidx.i.1 = getelementptr inbounds float, float* %a, i64 6
|
||||
; CHECK: store float %2, float* %arrayidx.i.1, align 4, !alias.scope !19, !noalias !20
|
||||
; CHECK: %arrayidx1.i = getelementptr inbounds float, float* %b, i64 8
|
||||
; CHECK: store float %2, float* %arrayidx1.i, align 4, !alias.scope !20, !noalias !19
|
||||
; CHECK: %3 = load float, float* %c, align 4
|
||||
|
||||
Reference in New Issue
Block a user