Displaying 4 results from an estimated 4 matches for "vs5uint8".
2020 May 21
2
Updated llc does not compile my .ll files any more [addrspace on AVR problem?]
...ced by my front end (it’s a standard version 3.1 build of swift from the swift.org open source website).
; ModuleID = 'main.ll'
source_filename = "main.ll"
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.9"
%Vs5UInt8 = type <{ i8 }>
%Sp = type <{ i8* }>
%Vs5Int32 = type <{ i32 }>
%Sb = type <{ i1 }>
%Vs6UInt16 = type <{ i16 }>
@Started0 = external local_unnamed_addr global i8*, align 8
@D13 = external local_unnamed_addr constant i8, align 1
@OUTPUT = external local_unnamed_addr co...
2020 May 21
2
Updated llc does not compile my .ll files any more [addrspace on AVR problem?]
...sion 3.1 build of swift from the swift.org open source website).
>
>
> ; ModuleID = 'main.ll'
> source_filename = "main.ll"
> target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
> target triple = "x86_64-apple-macosx10.9"
>
> %Vs5UInt8 = type <{ i8 }>
> %Sp = type <{ i8* }>
> %Vs5Int32 = type <{ i32 }>
> %Sb = type <{ i1 }>
> %Vs6UInt16 = type <{ i16 }>
>
> @Started0 = external local_unnamed_addr global i8*, align 8
> @D13 = external local_unnamed_addr constant i8, align 1
>...
2020 May 21
2
Updated llc does not compile my .ll files any more [addrspace on AVR problem?]
...swift.org open source website).
>>
>>
>> ; ModuleID = 'main.ll'
>> source_filename = "main.ll"
>> target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
>> target triple = "x86_64-apple-macosx10.9"
>>
>> %Vs5UInt8 = type <{ i8 }>
>> %Sp = type <{ i8* }>
>> %Vs5Int32 = type <{ i32 }>
>> %Sb = type <{ i1 }>
>> %Vs6UInt16 = type <{ i16 }>
>>
>> @Started0 = external local_unnamed_addr global i8*, align 8
>> @D13 = external local_unnamed_add...
2018 Jul 14
2
Lowering a reasonably complex struct seems to create over complex and invalid assembly fixups on some targets
When I compile this LLVM IR….
@0 = private constant [19 x i8] c"V4main10Brightness\00", section "__TEXT,__swift3_typeref, regular, no_dead_strip"
@1 = private constant [9 x i8] c"Vs5UInt8\00", section "__TEXT,__swift3_typeref, regular, no_dead_strip"
@2 = private constant [18 x i8] c"currentBrightness\00", section "__TEXT,__swift3_reflstr, regular, no_dead_strip"
@_TMRfV4main10Brightness =
internal constant <{ i32, i16, i16, i32, i32, i32, i32 }...